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.
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.
.
├── ...
├── 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
Developed using CUDA 10.1 with cudnn 8.0.2
- pytorch 1.6.0
- nibabel 3.1.1
- GitPython 3.1.7
- kaggle 1.5.8
- pandas 1.1.0
- numpy 1.19.1
- matplotlib 3.3.1
- The utils.py file was taken from this Github https://github.com/jrieke/cnn-interpretability.