🧠 Alzheimer's Disease Expert System
This project implements an AI-powered expert system designed to assist in the early detection and analysis of Alzheimer's Disease. Built using Python (Jupyter Notebook) and a clinical dataset, the system uses logical rules and medical indicators to make data-driven predictions and suggestions.
📁 Project Files
Alzheimers Disease Expert System.ipynb– Main implementation notebookalzheimers_disease_dataset.csv– Medical dataset used for analysis and decision support
🚀 Features
- 📊 Dataset-driven insights from real Alzheimer’s patient data
- 🧠 Expert system rules to emulate human medical decision-making
- 💡 Early-stage prediction based on cognitive, demographic, and health indicators
- 🖥️ Fully implemented in Python using Pandas, NumPy, and rule-based logic
- 📈 Exploratory Data Analysis (EDA) included for deeper understanding
📌 Dataset Overview
The dataset includes:
- Patient age, gender, MMSE scores
- Socio-demographic & clinical test results
- Diagnostic labels (e.g., demented, non-demented)
🛠️ How to Run
-
Clone the repository:
git clone https://github.com/your-username/alzheimers-expert-system.git cd alzheimers-expert-system -
Open the Jupyter Notebook:
jupyter notebook "Alzheimers Disease Expert System.ipynb" -
Run all cells to interact with the rule-based diagnostic system.
✅ Requirements
- Python 3.x
- Jupyter Notebook
pandas,numpy,sklearn(install viapip install -r requirements.txtif provided)
📚 Use Case
This project is ideal for:
- Healthcare analytics students
- Medical AI researchers
- Early diagnosis system developers
- Educational demonstrations
🤝 Contributing
Pull requests and forks are welcome! Please feel free to improve the rule base, add visualizations, or enhance the dataset.
📄 License
This project is open-source and available under the MIT License.