Skip to content

Classify brain MRI images as AD/CN/MCI using 3D densenet121 Architecture incorporated with sellf attention

Notifications You must be signed in to change notification settings

Isvarya12/alzheimers_disease_classification_3ddensenet_selfattention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Brain MRI Image Classification using 3D DenseNet121 and Self Attention

Overview

This repository contains a Jupyter Notebook file that demonstrates the process of classifying brain MRI images into Alzheimer's Disease (AD), Cognitive Normal (CN), and Mild Cognitive Impairment (MCI) using a 3D DenseNet121 architecture with self-attention mechanism. The dataset used for training and evaluation is the Alzheimer's Disease Neuroimaging Initiative (ADNI) dataset.

Prerequisites

Before running the notebook, ensure you have the following dependencies installed:

  • scikit-learn
  • TensorFlow
  • Keras

You can install these libraries using the following:

pip install scikit-learn tensorflow keras

Dataset

The ADNI dataset is used for training and testing the model. Please download the dataset and place it in the appropriate directory. You can download the ADNI dataset from ADNI's official website.

Running the Notebook

  1. Download the ADNI dataset and organize it in a directory.
  2. Open the ipynb notebook using Jupyter Notebook or Jupyter Lab.
  3. Execute each cell in the notebook sequentially.

Happy coding!

About

Classify brain MRI images as AD/CN/MCI using 3D densenet121 Architecture incorporated with sellf attention

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published