About Dataset Dementia
About Dataset Dementia
References
https://adni.loni.usc.edu/
https://www.alzheimers.net/
https://www.kaggle.com/datasets/jboysen/mri-and-alzheimers
https://ieeexplore.ieee.org/document/9521165
https://catalog.data.gov/dataset/alzheimers-disease-and-healthy-aging-data
https://www.nature.com/articles/s41598-020-79243-9
https://cordis.europa.eu/article/id/429468-the-final-epad-dataset-is-now-available-
on-the-alzheimer-s-disease-workbench
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------------------------------------------------------------
Before I start, I'll have to explain a bit more about the Alzheimer, because, the
data contains 4 classes of Alzheimer that depends on the severity of dementia.
Very mildly demented : This is the stage where patient starts to forget where they
put their stuff, other people's names recently, etc. It is hard to detect through
cognitive ability test.
Mildly demented : This is the stage where patients don't remember the words, can't
find their way to the destination, loss of focus and work-abilities. This is also
the stage where patients even forget that they are losing memory. From this stage,
with cognitive testing, it can be found.
Knowing these stages are important because the faster the stage the patient is at,
the treatment will have higher effect in terms of slowing the process. If the
dementia is found during the moderately demented stage, it is known that the
patient will pass away in 3 years. (One of the reported case is a rythm guitarists
Malcom from the band AC/DC was diagnosed severe dementia at 2014.)
Thus, having an AI that detects alzheimer dementia in the early stage can allow
longer life expactancy from the patient as well as higher life quality overall from
the slowdown of dementia.
As Alzheimer can not only be found with cognitive ability testing, but also through
MRI or CT by looking at the ventricles of the brain and cortical atrophy, the
theoratical foundation on this project is solid. Doctors find the patient with
Alzheimer's have a brain that have enlarged ventricles (that lies in the center of
the brain) as well as thinner cortical grey area of the brain.
2. Solution Specification
This project will go through various ML models from basic (Principle Component
Analysis(PCA), Linear Discriminant Analysis(LDA), Support Vector Machine with 3
different kernels starting with linear to rbf kernel, and finally Convolutional
Neural Network models VGG16 for Detection and EfficientNetB0 for Classification)
and see which type works the best.
This project will contain 2 main sections. Alzheimer Detection and Alzheimer
Classification. Detection models (PCA, SVM, LDA, VGG16) will be making judgements
about the test data to see whether this person's brain image shows Alzheimer signs.
On the other hand, Alzheimer Classification will be done through training the data
with different severity for Alzheimer. Actually, this is how the original data is
made, and this model can be used as a detector as well. As ML model will provide
what stage the patient is, it may be used as a supportive tool for doctors to
diagnose Alzheimer's Disease. It brings some light in the practical world as it may
find early stages of AD, which can increase life expectancy as well as increased
life quality with supportive treatments.
Summary: I will try to implement diverse models for Alzheimer detection(non vs with
alzheimer) as well as Alzheimer Classifier(non vs very mild vs mild vs moderate)