项目作者: utkarsh512

项目描述 :
Identification of Autism Spectrum Disorder using Machine Learning
高级语言: Jupyter Notebook
项目地址: git://github.com/utkarsh512/Autism.git
创建时间: 2020-12-04T11:06:47Z
项目社区:https://github.com/utkarsh512/Autism

开源协议:

下载


Identification of Autism Spectrum Disorder using ML

The goal of this report is to apply machine
learning algorithms to classify autism spectrum
disorder (ASD) patients and typically developing (TD)
participants using fMRI data from ABIDE dataset.
SVM and KNN were used for classification purpose.
Multi-layer perceptron classifier was also used for
comparison. I used a cross-validation grid search to
fine-tune the hyperparameters for each classifier.
Finally, a stacked ensembled model was used with the
tuned hyperparameters of the classifiers. More information can be found in report.pdf file.