abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
359 stars 300 forks source link

[PROJECT ADDITION] Autism Identification System #833

Closed pavitraag closed 2 months ago

pavitraag commented 3 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Autism Identification System :
:red_circle: Aim : This project aims to address the need for a time-efficient and accessible ASD screening tool using machine learning techniques.


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

github-actions[bot] commented 3 months ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 3 months ago

Hi @pavitraag can you share the dataset URL and the models you are planning to implement here?

pavitraag commented 3 months ago

Models used are:

  1. Logistic Regression

  2. Support Vector Machine

  3. Random Forest Classifier

Data

Data.csv

abhisheks008 commented 2 months ago

Models used are:

  1. Logistic Regression
  2. Support Vector Machine
  3. Random Forest Classifier

Data

Data.csv

Machine learning models will not work here, you need to implement deep learning models for this problem statement.

Looking forward to hearing from you.

pavitraag commented 2 months ago

@abhisheks008 I would like to add ANN model in it

abhisheks008 commented 2 months ago

@abhisheks008 I would like to add ANN model in it

Need to be brief with the proposed approach. At least add 3-4 deep learning arechitectures for this problem statement.