Skip to content

nasir3843/Early_Progression_detection_MCI-to_AD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Early progression detection from MCI to AD using multi-view MRI for enhance assisted living

##This is a Keras implementation of the study conducted for the early detection of progression from MCI to PMCI/AD.

Please refer to the requirements.txt file to install all necessary libraries for running this code.

Training:

Run the following command to train any desired CNN backbone for feature extraction with a Bayesian optimized classification head. You can also use a CBAM module as an intermediate attention module by specifying a flag in the given command.


python train.py --cnnbb [EfficientNet, ResNet, ConvNext, DenseNet, XceptionNet] ResNet --ch [mlp, lstm, multihead_attention] multihead_attention --cbam [True, False] --data_dir "path\to\root\folder" 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages