realmir1/Alzheimer
This script classifies Alzheimer’s MRI scans into four categories using a CNN in TensorFlow. It preprocesses images, splits them into training and validation sets, and trains the model for 10 epochs. The model consists of convolutional, max-pooling, and dense layers, with softmax for classification.
This project helps neurologists or radiologists classify Alzheimer's disease stages from MRI scans. It takes a collection of MRI images as input and sorts them into four categories: No Alzheimer's, Very Mild, Mild, or Moderate Alzheimer's. This tool assists medical professionals in quickly categorizing MRI scans to support diagnosis or research.
No commits in the last 6 months.
Use this if you are a medical professional or researcher working with MRI images and need to automatically classify Alzheimer's disease stages.
Not ideal if you need to classify other medical conditions from MRI scans, or if you require a diagnostic tool for immediate patient care without expert oversight.
Stars
7
Forks
—
Language
Python
License
—
Category
Last pushed
Feb 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/realmir1/Alzheimer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jrieke/cnn-interpretability
🏥 Visualizing Convolutional Networks for MRI-based Diagnosis of Alzheimer’s Disease
NYUMedML/CNN_design_for_AD
Code for "Generalizable deep learning model for early Alzheimer’s disease detection from structural MRIs"
aramis-lab/AD-DL
Classification of Alzheimer's disease status with convolutional neural networks.
shreyasgite/dementianet
A longitudinal spontaneous speech (machine learning audio) dataset for dementia diagnosis.
Gersha2024/Alzheimer-MRI-Preprocessing-FreeSurfer-SliceSelection-DeepLearning-TransferLearning-EnsembleLearning
🧠 Detect Alzheimer's disease using MRI scans with transfer learning, deep learning, and ensemble...