tlucch-rootstrap commited on
Commit
a994814
1 Parent(s): fec5466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -72,18 +72,13 @@ This project does not aim to replace medical staff in diagnosing Alzheimer's des
72
  The MRI data was gathered from the Alzheimer’s Desease Neuroimaging Initiative (ADNI) Database.
73
  Afterwards, the data was splitted into one folder for each class.
74
 
75
- Split into train/test
76
- The data was splitted using the 60% for training, 20% for validation and 20% for testing
77
-
78
- The model has been trained to classify waste into 3 classes.
79
- The dataset used for the training consisted of 2527 images:
80
- - 501 glass
81
- - 594 paper
82
- - 403 cardboard
83
- - 482 plastic
84
- - 410 metal
85
- - 137 trash
86
 
 
 
87
 
88
  ### Training Procedure
89
 
 
72
  The MRI data was gathered from the Alzheimer’s Desease Neuroimaging Initiative (ADNI) Database.
73
  Afterwards, the data was splitted into one folder for each class.
74
 
75
+ The full dataset used consisted of 1614 NIfTI files and the model has been trained to classify MRI into 3 classes:
76
+ - 328 Alzheimer's Desease
77
+ - 799 Mild Cognitive Impairment
78
+ - 487 Control
 
 
 
 
 
 
 
79
 
80
+ Split into train/test
81
+ The data was then splitted using the 60% for training, 20% for validation and 20% for testing
82
 
83
  ### Training Procedure
84