Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atharva-narkhede/alzheimer-disease-detection
Conducted research on Alzheimer’s disease detection using a dataset and employing fuzzy rough set theory along with machine learning algorithms such as Support Vector Machine (SVM) and k-Nearest Neighbors (KNN). Achieved 90% accuracy in disease prediction using SVM.
https://github.com/atharva-narkhede/alzheimer-disease-detection
alzheimer-disease-prediction alzheimers-disease fuzzy-logic ipynb-jupyter-notebook knn python3 svm
Last synced: about 1 month ago
JSON representation
Conducted research on Alzheimer’s disease detection using a dataset and employing fuzzy rough set theory along with machine learning algorithms such as Support Vector Machine (SVM) and k-Nearest Neighbors (KNN). Achieved 90% accuracy in disease prediction using SVM.
- Host: GitHub
- URL: https://github.com/atharva-narkhede/alzheimer-disease-detection
- Owner: atharva-narkhede
- License: mit
- Created: 2024-07-07T06:11:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T06:24:52.000Z (4 months ago)
- Last Synced: 2024-10-11T15:41:30.503Z (about 1 month ago)
- Topics: alzheimer-disease-prediction, alzheimers-disease, fuzzy-logic, ipynb-jupyter-notebook, knn, python3, svm
- Language: Jupyter Notebook
- Homepage:
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alzheimer's Disease Detection Research Project
## Overview
This project focuses on the detection of Alzheimer's disease using a dataset, employing fuzzy rough set theory along with machine learning algorithms such as Support Vector Machine (SVM) and k-Nearest Neighbors (KNN). The primary objective is to develop a reliable predictive model for early detection of Alzheimer's disease.
## Objectives
- To utilize fuzzy rough set theory for feature selection and data preprocessing.
- To implement and compare the performance of SVM and KNN algorithms in predicting Alzheimer's disease.
- To achieve high accuracy in disease prediction, with a benchmark set at 90% accuracy.## Dataset
The dataset used in this research is available on Kaggle and includes various features related to Alzheimer's disease indicators. You can access the dataset [here](https://www.kaggle.com/datasets/bbjadeja/darwin/data?select=DARWIN.csv).
## Methodology
1. **Data Preprocessing**:
- Applied fuzzy rough set theory for feature selection and noise reduction.
- Normalized and standardized the data for optimal algorithm performance.2. **Machine Learning Algorithms**:
- **Support Vector Machine (SVM)**: Implemented with appropriate kernel functions and parameters to maximize accuracy.
- **k-Nearest Neighbors (KNN)**: Configured with optimal 'k' value to enhance prediction capabilities.3. **Model Training and Evaluation**:
- Split the dataset into training and testing sets.
- Trained SVM and KNN models on the training set.
- Evaluated the models on the testing set to measure performance metrics.## Results
- The SVM model achieved an accuracy of 90% in predicting Alzheimer's disease, meeting the project’s benchmark.
- Comparative analysis showed that SVM outperformed KNN in terms of accuracy and robustness.## Conclusion
The research successfully demonstrates the application of fuzzy rough set theory and machine learning algorithms in detecting Alzheimer's disease with high accuracy. The SVM model, in particular, proved to be an effective tool for early diagnosis, achieving a 90% accuracy rate.
## Future Work
- Explore other machine learning algorithms and ensemble methods to further improve prediction accuracy.
- Expand the dataset to include more diverse samples for better generalization.
- Investigate the integration of additional features and data types, such as imaging data, for comprehensive analysis.## Acknowledgments
We extend our gratitude to the data providers and all individuals who contributed to this research project.
## Contact
For any questions or further information, please contact:
- Researcher Name: Atharva Narkhede
- Email: [email protected]