Skip to content

The repository contains an Deep Learning model trained on Alzheimer data for a classification problem

Notifications You must be signed in to change notification settings

pranay-009/Alzhemiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alzhemiers

A live demo of this project is available on HuggingFace(Click Here).

Dataset


Context

The Data is hand collected from various websites with each and every labels verified.

Content

The data consists of MRI images. The data has four classes of images both in training as well as a testing set:

-Mild Demented

-Moderate Demented

-Non Demented

-Very6 Mild Demented

Dataset link

The Dataset can be found on Kaggle(Click Here)

Proposed Approach


The very first look on the dataset will tell you that the dataset is imbalanced and one particular class (Moderate Demented) is having very less training data and also Mild demented class is also having less data so initially i tried certain augmenting techniques like centre crop and zoom using artificial filters only for the imbalnced class but that seems to create a over fit the model while training and i realized the augmenting tecniques used to create huge variance between training data and test data same problem arise while using SMOTE finally I combined the test and the train data together and then split the data so that our model do not suffer from data variance between test and train set , I used transfer learning approach on MobileNet Architecture as we know The MobileNet Architecture uses Depth wise Convolution and The V2 version also as the skip connection which would prevent the model from overfitting as it dives into deeper layers and will keepon using features extracted in intial layers and I also reduces the computation by a good margin .

Evaluation


Training accuracy: 98%

Validation accuracy:95%

Test accuracy:96%

About

The repository contains an Deep Learning model trained on Alzheimer data for a classification problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published