git clone <url>
cd alzheimers-fastai
tar -xf dataset.tar.xz
pip install -r requirements.txt
python alzheimers_pred.py
OR
OR
- Use of OASIS dataset considering the three scan angles as individual truth thus expanding the dataset by 3x.
- Transfer Learning on DenseNet201
- Trained for 5+25 epochs
More
epochs
,data_transforms
may improve results.
- Accuracy of ~ 81%.