Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.04 KB

File metadata and controls

17 lines (9 loc) · 1.04 KB

ADHD-Prediction

Dataset

The dataset includes 121 children aged 7-12, with 61 diagnosed with ADHD based on DSM-IV criteria and 60 healthy controls without psychiatric disorders, epilepsy, or high-risk behaviors.

Methodology

Key machine learning concepts like data preprocessing, feature engineering, and classification algorithms are employed. Data preprocessing involves handling missing values, normalizing features, and encoding categorical variables. Feature engineering extracts relevant information from demographic details, clinical history, and medication usage.

Machine Learning Algorithms

Various algorithms such as logistic regression, naive bayes estimator,Artificial Neural Networks(ANN), KMeans Clustering, Decision Tree for Level CLassification are evaluated to identify the most effective model for ADHD prediction.

Performance Metrics

Model performance is evaluated using metrics like accuracy, precision, recall, and F1-score to measure the model's ability to differentiate between children with ADHD and healthy controls.