Back To Projects

Utilizing AI for Alzheimer's Diagnosis

Trinity M.

This research assesses the potential of AI to improve early Alzheimer’s diagnosis by evaluating various classifier models, with results showing that while MLP classifier achieved only 32% accuracy, the Random Forest classifier excelled at 91.5%, highlighting the importance of factors like the mini mental state evaluation over others, as revealed in the Logistic Regression Feature Importance analysis.


Alzheimer’s is a serious disease and its early diagnosis is essential to properly understand the disease, access information, and provide sufficient care and support. This study hopes to assess the potential of AI to help early diagnoses. When properly used, AI could potentially diagnose Alzheimer’s with more efficiency and accuracy. Many classifier models were used: the MLP classifier had the least accuracy of 32%, the K Nearest Neighbors classifier had an accuracy of 60%, the Decision Tree Model had an accuracy of 72%, the Logistic Regression model had an accuracy of 83%, and the Random Forest classifier did the best with a 91.5% accuracy. There are many factors that the AI algorithm takes into consideration when making the diagnosis, and each factor is weighed differently. Factors like hand dominance had a smaller weight in the diagnosis than the mini mental state evaluation, and all of the analysis is covered in the Logistic Regression Feature Importance to shed light on the factor importance.

Explore More!

Project Webpage
Trinity M.
Kevin Phan

Related Projects

Predicting Dementia using AI

This project involved researching and utilizing AI models to predict whether an individual is demented or non-demented based on factors like age, gender, dominant hand, brain size, and education.
Satvi M.
Mentored by James Thomson
workspace_premium
Diagnosing Brain Tumors from MRI Images Using Deep Transfer Learning

This study aims to utilize a transfer learning method in which the prior knowledge of a pretrained model is used to aid in a new classification problem.
Armita K.
Mentored by
Using EEG to Detect Eye Movement

In this paper, we show that it is possible to use EEG data to detect eye movement using machine learning. By recognizing eye movement through EEG results, our goal is to help individuals with disabilities better control object movement and perform daily activities independently.
Aishwaroopa N.
Mentored by Tomer Arnon