Skip to content

gowthamvsn/Medical-Imaging-CNN-Alzheimer-MRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alzheimer’s MRI Classification using ResNet18

This project classifies brain MRI images into Alzheimer’s disease stages using a deep learning model based on ResNet18.

The goal is to explore how convolutional neural networks can assist in early detection of Alzheimer’s disease from MRI scans.


Dataset

  • Brain MRI images for Alzheimer’s disease classification
  • Typical classes include:
    • Non-Demented
    • Very Mild Demented
    • Mild Demented
    • Moderate Demented

⚠️ Dataset is not included due to size and licensing constraints.


Model

  • Architecture: ResNet18
  • Framework: PyTorch / TensorFlow (depending on implementation)
  • Transfer learning with pretrained weights
  • Final classification layer adapted for MRI classes

image

Workflow

  1. Load and preprocess MRI images
  2. Apply data normalization and augmentation
  3. Train ResNet18-based classifier
  4. Evaluate performance using accuracy and confusion matrix
image

File

  • alzheimer_mri_resnet18.ipynb – Complete training and evaluation pipeline

📌 Start here: alzheimer_mri_resnet18.ipynb


Results

The trained model demonstrates strong performance in distinguishing between Alzheimer’s disease stages based on MRI scans.


Author

Gowtham

About

Alzheimer’s disease classification from brain MRI images using ResNet18

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors