Skip to content

Commit

Permalink
ASD-Screening-Project (#81)
Browse files Browse the repository at this point in the history
This project solves a binary classification problem related with
Autistic Spectrum Disorder (ASD) screening in Adults. Given some
attributes of a person, the model can predict whether the person would
have a possibility to get ASD using different Supervised Learning
Techniques.

The dataset used contains 20 features to be utilised for further
analysis especially in determining influential autistic traits and
improving the classification of ASD cases. In this dataset, we record
ten behavioural features (AQ-10-Adult) plus ten individuals
characteristics that have proved to be effective in detecting the ASD
cases from controls in behaviour science.

Data Type: Multivariate OR Univariate OR Sequential OR Time-Series OR
Text OR Domain-Theory-Nominal / categorical, binary and continuous.

Task: Classification.

Attribute Type: Categorical, continuous and binary.

Area: Medical, health and social science.

Format Type: Non-Matrix.

Does the data set contain missing values? Yes.

Number of Instances (records in your data set): 704.

Number of Attributes (fields within each record): 21.
  • Loading branch information
yadavji008 authored Oct 27, 2023
2 parents b554199 + fce0bde commit 08e3d6a
Show file tree
Hide file tree
Showing 6 changed files with 2,935 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<h3> <p align="center"> Autism Detection using Machine Learning</p> </h3>

---
<p align="center">
<img src="boy-playing-with-blocks.jpg" width="400" height="250" />
</p>

**This is a binary classification problem related with Autistic Spectrum Disorder (ASD) screening in Adults. Given some attributes of a person, the model can predict whether the person would have a possibility to get ASD using different Supervised Learning Techniques.**
<br><br>
Autistic Spectrum Disorder (ASD) is a neurodevelopment condition associated with significant healthcare costs, and early diagnosis can significantly reduce these. Unfortunately, waiting times for an ASD diagnosis are lengthy and procedures are not cost effective. The economic impact of autism and the increase in the number of ASD cases across the world reveals an urgent need for the development of easily implemented and effective screening methods. Therefore, a time-efficient and accessible ASD screening is imminent to help health professionals and inform individuals whether they should pursue formal clinical diagnosis.
<br>
The rapid growth in the number of ASD cases worldwide necessitates datasets related to behaviour traits. However, such datasets are rare making it difficult to perform thorough analyses to improve the efficiency, sensitivity, specificity and predictive accuracy of the ASD screening process. Presently, very limited autism datasets associated with clinical or screening are available and most of them are genetic in nature.
<br>

---

Dataset : [Autistic Spectrum Disorder Screening Data for Adult](https://archive.ics.uci.edu/ml/datasets/Autism+Screening+Adult)
<br>
The dataset contains 20 features to be utilised for further analysis especially in determining influential autistic traits and improving the classification of ASD cases. In this dataset, we record ten behavioural features (AQ-10-Adult) plus ten individuals characteristics that have proved to be effective in detecting the ASD cases from controls in behaviour science.

Data Type: Multivariate OR Univariate OR Sequential OR Time-Series OR Text OR Domain-Theory-Nominal / categorical, binary and continuous.

Task: Classification.

Attribute Type: Categorical, continuous and binary.

Area: Medical, health and social science.

Format Type: Non-Matrix.

Does your data set contain missing values? Yes.

Number of Instances (records in your data set): 704.

Number of Attributes (fields within each record): 21.

---
**Relevant Information**:

**Relevant Papers**:

1) Tabtah, F. (2017). Autism Spectrum Disorder Screening: Machine Learning Adaptation and DSM-5 Fulfillment. Proceedings of the 1st International Conference on Medical and Health Informatics 2017, pp.1-6. Taichung City, Taiwan, ACM.

2) Thabtah, F. (2017). ASDTests. A mobile app for ASD screening. www.asdtests.com [accessed December 20th, 2017].

3) Thabtah, F. (2017). Machine Learning in Autistic Spectrum Disorder Behavioural Research: A Review. To Appear in Informatics for Health and Social Care Journal. December, 2017 (in press).
Loading

0 comments on commit 08e3d6a

Please sign in to comment.