├── 3d_cnn_wtih_ae.py ├── AD_2DRandomSlicesData.py ├── AD_2DSlicesData.py ├── AD_2DTestingSlicesData.py ├── AD_3DRandomPatch.py ├── AD_Dataset.py ├── AD_Standard_2DRandomSlicesData.py ├── AD_Standard_2DSlicesData.py ├── AD_Standard_2DTestingSlices.py ├── AD_Standard_3DRandomPatch.py ├── AD_Standard_CNN_Dataset.py ├── AlexNet2D.py ├── AlexNet3D.py ├── README.md ├── ResNet2D.py ├── ResNet3D.py ├── autoencoder.py ├── cnn_3d_with_ae.py ├── cnn_3d_wtih_ae.py ├── custom_transform.py ├── custom_transform2D.py ├── imageExtract.py ├── main_alexnet.py ├── main_autoencoder.py ├── main_cnn_autoencoder.py ├── main_resnet.py ├── research paper.docx ├── test.py ├── test.txt ├── test_2C_new.txt ├── test_2classes.txt ├── test_encoder.py ├── train.txt ├── train_2C_new.txt ├── train_2classes.txt └── validation_2C_new.txt /3d_cnn_wtih_ae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/3d_cnn_wtih_ae.py -------------------------------------------------------------------------------- /AD_2DRandomSlicesData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_2DRandomSlicesData.py -------------------------------------------------------------------------------- /AD_2DSlicesData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_2DSlicesData.py -------------------------------------------------------------------------------- /AD_2DTestingSlicesData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_2DTestingSlicesData.py -------------------------------------------------------------------------------- /AD_3DRandomPatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_3DRandomPatch.py -------------------------------------------------------------------------------- /AD_Dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Dataset.py -------------------------------------------------------------------------------- /AD_Standard_2DRandomSlicesData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Standard_2DRandomSlicesData.py -------------------------------------------------------------------------------- /AD_Standard_2DSlicesData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Standard_2DSlicesData.py -------------------------------------------------------------------------------- /AD_Standard_2DTestingSlices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Standard_2DTestingSlices.py -------------------------------------------------------------------------------- /AD_Standard_3DRandomPatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Standard_3DRandomPatch.py -------------------------------------------------------------------------------- /AD_Standard_CNN_Dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AD_Standard_CNN_Dataset.py -------------------------------------------------------------------------------- /AlexNet2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AlexNet2D.py -------------------------------------------------------------------------------- /AlexNet3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/AlexNet3D.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/README.md -------------------------------------------------------------------------------- /ResNet2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/ResNet2D.py -------------------------------------------------------------------------------- /ResNet3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/ResNet3D.py -------------------------------------------------------------------------------- /autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/autoencoder.py -------------------------------------------------------------------------------- /cnn_3d_with_ae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/cnn_3d_with_ae.py -------------------------------------------------------------------------------- /cnn_3d_wtih_ae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/cnn_3d_wtih_ae.py -------------------------------------------------------------------------------- /custom_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/custom_transform.py -------------------------------------------------------------------------------- /custom_transform2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/custom_transform2D.py -------------------------------------------------------------------------------- /imageExtract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/imageExtract.py -------------------------------------------------------------------------------- /main_alexnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/main_alexnet.py -------------------------------------------------------------------------------- /main_autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/main_autoencoder.py -------------------------------------------------------------------------------- /main_cnn_autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/main_cnn_autoencoder.py -------------------------------------------------------------------------------- /main_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/main_resnet.py -------------------------------------------------------------------------------- /research paper.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/research paper.docx -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/test.py -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/test.txt -------------------------------------------------------------------------------- /test_2C_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/test_2C_new.txt -------------------------------------------------------------------------------- /test_2classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/test_2classes.txt -------------------------------------------------------------------------------- /test_encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/test_encoder.py -------------------------------------------------------------------------------- /train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/train.txt -------------------------------------------------------------------------------- /train_2C_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/train_2C_new.txt -------------------------------------------------------------------------------- /train_2classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/train_2classes.txt -------------------------------------------------------------------------------- /validation_2C_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himanshub1007/Alzhimers-Disease-Prediction-Using-Deep-learning/HEAD/validation_2C_new.txt --------------------------------------------------------------------------------