Skip to content

Alzheimer's Disease Classification Research performed at University of Cagliari in 2020.

Notifications You must be signed in to change notification settings

sbuttau/AD_classification

Repository files navigation

Diagnosis of Alzheimer's Disease: A Transfer Learning Method

Table of Contents

  1. Overview
  2. Key Features/Technologies
  3. Datasets
  4. Contributors

Overview

Example Output 2 Example Output 2 Example Output 2

This project focuses on the task of image classification to diagnose Alzheimer's and dementia from medical MRIs. It involves a binary and a multiclass classification, with corresponding labels:

Binary:

  • Healthy
  • Dementia

Multiclass:

  • healthy
  • very mild dementia
  • mild dementia
  • moderate dementia

Key Features/Technologies

  • Binary and multiclass classification of Alzheimer's and dementia.

  • Five pretrained CNNs: AlexNet, ResNet101, ResNet50, GoogLeNet, InceptionResNetV2.

  • Fine-tuning models on different datasets for cross validation.

  • MATLAB

  • Transfer Learning

    Example Output 2

Datasets

Contributors