Research Paper
Research Paper
IV. RESULLS
1) Diabetes Prediction: In our diabetes prediction
model, we employed the Support Vector Machine (SVM)
algorithm. SVM is particularly effective for binary
classification problems, as it aims to find the optimal
hyperplane that separates the classes in the fea ture space.
Given the complexities of the diabetes dataset, including
features that represent various health indicators, SVM's ability
to handle high-dimensional spaces made it a suitable choice.
The model achieved an accuracy of approximately 77% on the
test set, demonstrating its effectiveness in distinguishing
between diabetic and non-diabetic individuals.
2) Parkinson’s Disease Detection: For Parkinson’s
disease detection, we utilized the Support Vector Machine Fig. 2. Output for Diabetes Prediction system
(SVM) model again, as it is well-suited for medical diagnosis
tasks involving complex data. The Parkinson's dataset consists
of various acoustic feat ures extracted from voice recordings,
which are indicative of the disease. SVM was selected for its
robustness in handling non-linear relationships and high-
dimensional data, essential for accurately predicting the
presence of Parkinson’s disease. The model achieved an
accuracy of around 87%, indicating a strong capability to
identify individuals with the disease based on voice features.
3) Chronic Kidney Disease (CKD) Prediction: In the
CKD prediction task, we opted for the Random Forest
classifier. Random Forest is an ensemble learning method that
builds multiple decision trees and merges their outputs to
improve predictive accuracy. This model is particularly
beneficial for healthcare datasets like CKD, where the feature
set can be heterogeneous and the relationships among features
may not be strictly linear. The Random Forest model achieved
an accuracy of approximately 94%, showcasing its
effectiveness in identifying patients at risk of chronic kidney
disease.
4) Heart Disease Prediction: For predicting heart disease,
we selected the Logistic Regression model. Logistic
Regression is a widely used statistical method for binary
classification problems, making it an appropriate choice for
our dataset, which contains various clinical parameters
Fig. 5. Output for Alzheimer’s Disease Prediction system