Skip to content

3D Densenet Ensemble applied in 4-way classification of Alzheimer's Disease (BI 2020)

License

Notifications You must be signed in to change notification settings

JuanRuiz135/3D-Densenet-Alzheimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Densenet in 4-way Classification of Alzheimer's Disease

Paper published in the Brain Informatics 2020 peer-reviewed journal.
Ruiz J., Mahmud M., Modasshir M., Shamim Kaiser M., Alzheimer’s Disease Neuroimaging Initiative,
"3D DenseNet Ensemble in 4-Way Classification of Alzheimer’s Disease",
Brain Informatics. BI 2020.

Dataset and weights

The dataset and the model weights can be downloaded from this drive.
Both NiFTiFiles and model_weights folders have to be on the same folder as the python code.

Folder structure

.
├── ...
├── cnn_interpretability        
│   └── utils.py
├── model_weights           
│   ├── classifier1_weights.pth         
│   ├── classifier2_weights.pth    
│   └── classifier3_weights.pth
├── NiFTiFiles 
│   └── all the .nii files ...
├── model1.py
├── model2.py
├── model3.py
└── ensemble.py

Dependencies

Developed using CUDA 10.1 with cudnn 8.0.2

Libraries

About

3D Densenet Ensemble applied in 4-way classification of Alzheimer's Disease (BI 2020)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages