Detection of Parkinson disease using multiclass machine learning approach

Saravanan Srinivasan,Parthasarathy Ramadass,Sandeep Kumar Mathivanan,Karthikeyan Panneer Selvam,Basu Dev Shivahare,Mohd Asif Shah
DOI: https://doi.org/10.1038/s41598-024-64004-9
IF: 4.6
2024-06-16
Scientific Reports
Abstract:Parkinson's Disease (PD) is a prevalent neurological condition characterized by motor and cognitive impairments, typically manifesting around the age of 50 and presenting symptoms such as gait difficulties and speech impairments. Although a cure remains elusive, symptom management through medication is possible. Timely detection is pivotal for effective disease management. In this study, we leverage Machine Learning (ML) and Deep Learning (DL) techniques, specifically K-Nearest Neighbor (KNN) and Feed-forward Neural Network (FNN) models, to differentiate between individuals with PD and healthy individuals based on voice signal characteristics. Our dataset, sourced from the University of California at Irvine (UCI), comprises 195 voice recordings collected from 31 patients. To optimize model performance, we employ various strategies including Synthetic Minority Over-sampling Technique (SMOTE) for addressing class imbalance, Feature Selection to identify the most relevant features, and hyperparameter tuning using RandomizedSearchCV. Our experimentation reveals that the FNN and KSVM models, trained on an 80–20 split of the dataset for training and testing respectively, yield the most promising results. The FNN model achieves an impressive overall accuracy of 99.11%, with 98.78% recall, 99.96% precision, and a 99.23% f1-score. Similarly, the KSVM model demonstrates strong performance with an overall accuracy of 95.89%, recall of 96.88%, precision of 98.71%, and an f1-score of 97.62%. Overall, our study showcases the efficacy of ML and DL techniques in accurately identifying PD from voice signals, underscoring the potential for these approaches to contribute significantly to early diagnosis and intervention strategies for Parkinson's Disease.
multidisciplinary sciences
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve The main goal of this paper is to utilize Machine Learning (ML) and Deep Learning (DL) techniques to detect Parkinson's Disease (PD). Specifically, the researchers aim to distinguish individuals with Parkinson's Disease from healthy individuals by analyzing voice signal features. The key issues the paper attempts to address are as follows: 1. **Early Diagnosis**: - Improve the accuracy of early diagnosis of Parkinson's Disease to enable timely intervention. 2. **Non-Invasive Diagnostic Methods**: - Develop a non-invasive diagnostic method to reduce the cost and complexity of traditional diagnostic methods. 3. **Economic Burden Reduction**: - Reduce the economic burden in the comprehensive management of Parkinson's Disease through innovative non-invasive methods. To achieve these goals, the researchers employed the following techniques and methods: - **Dataset**: Used a dataset from the University of California, Irvine (UCI), containing 195 voice recording samples, of which 31 patients were diagnosed with Parkinson's Disease. - **Models**: Primarily used machine learning models such as K-Nearest Neighbors (KNN) and Support Vector Machine (SVM), as well as Feedforward Neural Networks (FNN) for classification. - **Preprocessing**: Addressed class imbalance issues using Synthetic Minority Over-sampling Technique (SMOTE). - **Feature Selection**: Employed Recursive Feature Elimination (RFE) to select the most relevant voice features. - **Hyperparameter Optimization**: Used RandomizedSearchCV for hyperparameter tuning. Experimental results show that the FNN model achieved an overall accuracy of 99.11% on the test set, with a recall of 98.78%, precision of 99.96%, and an F1 score of 99.23%. Additionally, the KSVM model also performed well, with an overall accuracy of 95.89%, recall of 96.88%, precision of 98.71%, and an F1 score of 97.62%. In summary, this study demonstrates the effectiveness of Machine Learning and Deep Learning techniques in accurately identifying Parkinson's Disease and highlights the potential contribution of these methods to early diagnosis and intervention strategies for Parkinson's Disease.