This project focuses on predictive analysis of Alzheimer’s disease using machine learning techniques. The goal is to enable early detection and risk assessment by analyzing patient data and identifying patterns that indicate the likelihood of the disease.
To develop a reliable and efficient model that predicts Alzheimer’s disease at an early stage, helping in timely diagnosis and improved healthcare outcomes.
- Data preprocessing and cleaning
- Exploratory Data Analysis (EDA)
- Feature selection and engineering
- Multiple machine learning models
- Model evaluation (Accuracy, Precision, Recall, F1-score)
- Interactive web application for predictions
- Logistic Regression
- Random Forest
- Support Vector Machine (SVM)
- Data Collection
- Data Cleaning & Preprocessing
- Feature Selection
- Model Training
- Model Evaluation
- Prediction
The best-performing model is selected based on evaluation metrics and used in the web application.
- Input patient data through a simple interface
- Real-time prediction of Alzheimer’s risk
- Displays prediction results clearly
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask / Django)
- ML Integration: Pickle / Joblib
- Python
- Pandas
- NumPy
- Scikit-learn
- Matplotlib / Seaborn
- Flask / Django