- Convolutional neural network made with PyTorch for multi-class classification of medical data.
- The dataset is composed of 20 CT scans images from 20 patients. There are 23 classes (anatomicals stuctures sush as muscles, bones and organs). Dataset is not shared.
- A cross-validation is used with 4 folds (15 training patients, 5 testing patients).
- A confusion matrix is computed and saved and accuracies / losses of each epoch (training and testing) are saved.
- Trained models are saved for anatomical structures detection.
-
Notifications
You must be signed in to change notification settings - Fork 0
NicolasLvrd/anatomical-structures-classifier
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation d'un réseau de neurones convolutif avec PyTorch pour de la detection en imagerie médicale.