SlideShare a Scribd company logo
1 of 15
OBJECTIVE
The focus of this project is to find out the most significant traits and automate
the diagnosis process using available classification techniques for improved
diagnosis purpose.
1
Autism Spectrum Disorder (ASD), which is a neuro development disorder, is
often accompanied by sensory issues such an over sensitivity or under
sensitivity to sounds and smells or touch. Although its main cause is genetics
in nature, early detection and treatment can help to improve the conditions.
The project gives a new approach for identification of ASD using a deep
classifier.Deep Learning (DL) has become a common technique for the early
diagnosis of AD. Here, we introduce prediction on Autism Disorder using
Recurrent Neural Network help researchers diagnose the disease at its early
stages. The ASD identification works in the following steps. Feature analysis
explains ASD traits thereby improving the efficiency of screening process.
Further, Machine Learning (ML) classifier models report ASD class type with
evaluation parameters. With this the accuracy and performance of the model is
increased.
ABSTRACT
INTRODUCTION
• Autism spectrum disorder (ASD), is a neurological developmental disorder.
It affects how people communicate and interact with others, as well as how
they behave and learn.
• The symptoms and signs appear when a child is very young.
• It is a lifelong condition and cannot be completely cured.
• A study found that 33% of children with difficulties other than ASD have
some ASD symptoms while not meeting the full classification criteria.
• ASD has a significant economic impact both due to the increase in the
number of ASD cases worldwide, and the time and costs involved in
diagnosing a patient.
3
LITERATURE SURVEY
4
TITLE AUTHOR and Year Pros Cons DATASET METRICES
A Survey of Machine
Learning Based Approaches
for Autism Disease Prediction
Shubham Bind1
2021
Used Realtime
MRI Images
Less Accuracy MRI Dataset 75
Classification of Autism’s
disease and its stages using
machine learning
John
Michael Templeton
2022
active MRI
patches are
extracted
The training
database consist less
image
MRI2D 65
Analysis and Prediction of
Autism's Disease using
Machine Learning
Algorithms
Sohom Sen
2022
Used 30 MRI
Images
The system was
trained with Less
type of Disease.
BRAINMRI 84
Detection of Autism Disease
Using Machine Learning
G.Priyadharshini,
T.Gowtham
2020
High Accuracy lowest accuracy with
40%.
MRIDATA 90
Predicting Severity Of
Autism's Disease Using Deep
Learning
Srishti Grover
2020
Dataset
belonging to
Multiple
category
Accuracy Low database with
Disease by Name
65
Existing system
• Several studies have made use of machine learning in various ways to
improve and speed up the diagnosis of ASD.
• Soft computing techniques such as probabilistic reasoning, artificial neural
networks (ANN), and classifier combination have also been used .
• Artificial Neural Network was used to classify between patients with and
without ASD, respectively which gave lesser accuracy.
PROBLEM DEFINITION
• The system gives comparatively lower results which is approximately
around 93%.
• Artificial Neural Network leads to loss of data and consumes high amount
of data which leads to lesser accuracy.
• Moreover, it was also observed that different areas in a scan or an image
had different textural and morphological patterns which were difficult for
human beings to track.
6
PROPOSED SYSTEM
• The combination of Data-driven approach and Rule-based approach is
employed for the development of the model.
• We begin by preprocessing the dataset to eliminate missing values and
outliers, remove noise, and encode categorical attributes.
• We also employ feature engineering to choose the most beneficial features
out of all the features present in the data set.
• This reduces data dimensionality to improve speed and efficiency during
training. Once the data set has been preprocessed, classification algorithm
used was Recurrent Neural Network.
• RNN predict the output label (ASD or no ASD). The accuracy of each
classifier is observed and compared.
7
PROPOSED SYSTEM
• Furthermore, metrics like the F1 score and precision-recall values have also
been computed for better evaluation of each classifier.
• If the classifier performs well, then the training accuracy will be higher
than its test accuracy.
• This model can then be deemed to be the best model and hence be used for
further training and classification.
SYSTEM ARCHITECTURE
9
CLASSIFIER
• A Recurrent Neural Network (RNN) is a Deep Learning algorithm which
can take in an input image, assign importance (learnable weights and
biases) to various aspects/objects in the image and be able to differentiate
one from the other.
• The pre-processing required in a RNN is much lower as compared to other
classification algorithms.
• While in primitive methods filters are hand-engineered, with enough
training, RNN have the ability to learn these filters/characteristics.
10
DATASET
• Abstract: Autism EEG Disease Detection Dataset
• Data Set Characteristics: Multivariate
• Number of Instances: 197
• Area: Life
• Attribute Characteristics: Real
• Number of Attributes: 23
• Associated Tasks: Classification
11
ADVANTAGES
• They recognized faster and more accurately .
• The model is trained to learn the low level to high level features and the
classification results are validated.
• This system consumes lesser memory so that the processing time is
reduced.
• The data loss is considerably lower.
• Thus with a rapid growth in the Machine learning architectures, an
objective diagnosis of Autism’s disease will no longer be a laborious job for
the clinicians in the near future.
12
SYSTEM REQUIREMENTS
Software Description Version
Anaconda
Software used for
computer vision with
Machine Learning
4.2.0
Language - Python
Programming language
used to program the
Project
3.7
CONCLUSION
• In this project, we have analyzed the ASD datasets of toddler, child,
adolescent and adult. We apply most popular five feature selection methods
to derive fewer features from ASD datasets yet maintaining competitive
performance.
• We find that EEG feature selection method outperforms amongst others.
• In our experimental setup, we increase the attribute numbers gradually and
then apply different classification techniques.
• We find that MLP outperforms amongst all other classifiers using our
methodology and approach.
REFERENCES
[1] C.-W. Tsai, R.-T. Tsai, S.-P. Liu, C.-S. Chen, M.-C. Tsai, S.-H. Chien, H.-S.
Hung, S.-Z. Lin, W.-C. Shyu, and R.-H. Fu, “Neuroprotective effects of betulin
in pharmacological and transgenic caenorhabditis elegans models of Autism
disease,” Cell Transplantation, vol. 26, no. 12, pp. 1903–1918, 2017.
[2] D. Frosini, M. Cosottini, D. Volterrani, and R. Ceravolo, “Neuroimaging in
Autism’s disease: Focus on substantia nigra and nigro-striatal projection,”
Current Opinion in Neurology, vol. 30, no. 4, pp. 416–426, 2017.
[3] K. Marek, D. Jennings, S. Lasch, A. Siderowf, C. Tanner, T. Simuni, C.
Coffey, K. Kieburtz, E. Flagg, S. Chowdhury et al., “The Autism progression
marker initiative (ppmi),” Progress in Neurobiology, vol. 95, no. 4, pp. 629–
635, 2017.
[4] J. Shi, Z. Xue, Y. Dai, B. Peng, Y. Dong, Q. Zhang, and Y. Zhang,
“Cascaded multi-column rvfl+ classifier for single-modal neuroimagingbased
diagnosis of Autism’s disease,” IEEE Transactions on Biomedical Engineering,
2018.
15

More Related Content

Similar to Project PPT.pptx

ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDREN
ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDRENENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDREN
ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDRENAIRCC Publishing Corporation
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...IJDKP
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...IJDKP
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...IJDKP
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryDr ATHUL CHANDRA.M
 
PRESENTATION-214718032-印斯麦.pptx
PRESENTATION-214718032-印斯麦.pptxPRESENTATION-214718032-印斯麦.pptx
PRESENTATION-214718032-印斯麦.pptxssuser17040e
 
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya
 
PRESENTATION-Zain - Copy.pptx
PRESENTATION-Zain - Copy.pptxPRESENTATION-Zain - Copy.pptx
PRESENTATION-Zain - Copy.pptxssuser17040e
 
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...IRJET Journal
 
Early Detection of Alzheimer’s Disease Using Machine Learning Techniques
Early Detection of Alzheimer’s Disease Using Machine Learning TechniquesEarly Detection of Alzheimer’s Disease Using Machine Learning Techniques
Early Detection of Alzheimer’s Disease Using Machine Learning TechniquesIRJET Journal
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificialijasa
 
Computer-Aided Detection (1).pptx
Computer-Aided Detection (1).pptxComputer-Aided Detection (1).pptx
Computer-Aided Detection (1).pptxMohammedMasliuddin
 
DR PPT[1]2[1].pptx - Read-Only.pptx
DR PPT[1]2[1].pptx  -  Read-Only.pptxDR PPT[1]2[1].pptx  -  Read-Only.pptx
DR PPT[1]2[1].pptx - Read-Only.pptxtoget48099
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningIRJET Journal
 
Prediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachPrediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachBRNSSPublicationHubI
 
Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Drjabez
 
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...IRJET Journal
 
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNING
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNINGDETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNING
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNINGIRJET Journal
 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Avishek Choudhury
 

Similar to Project PPT.pptx (20)

ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDREN
ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDRENENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDREN
ENSEMBLE LEARNING MODEL FOR SCREENING AUTISM IN CHILDREN
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
 
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
LINKING EARLY DETECTION/TREATMENT OF PARKINSON’S DISEASE USING DEEP LEARNING ...
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in Dentistry
 
PRESENTATION-214718032-印斯麦.pptx
PRESENTATION-214718032-印斯麦.pptxPRESENTATION-214718032-印斯麦.pptx
PRESENTATION-214718032-印斯麦.pptx
 
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
 
PRESENTATION-Zain - Copy.pptx
PRESENTATION-Zain - Copy.pptxPRESENTATION-Zain - Copy.pptx
PRESENTATION-Zain - Copy.pptx
 
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
 
Early Detection of Alzheimer’s Disease Using Machine Learning Techniques
Early Detection of Alzheimer’s Disease Using Machine Learning TechniquesEarly Detection of Alzheimer’s Disease Using Machine Learning Techniques
Early Detection of Alzheimer’s Disease Using Machine Learning Techniques
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificial
 
Computer-Aided Detection (1).pptx
Computer-Aided Detection (1).pptxComputer-Aided Detection (1).pptx
Computer-Aided Detection (1).pptx
 
DR PPT[1]2[1].pptx - Read-Only.pptx
DR PPT[1]2[1].pptx  -  Read-Only.pptxDR PPT[1]2[1].pptx  -  Read-Only.pptx
DR PPT[1]2[1].pptx - Read-Only.pptx
 
Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep Learning
 
Lec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed ElngarLec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed Elngar
 
Prediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification ApproachPrediction of Neurological Disorder using Classification Approach
Prediction of Neurological Disorder using Classification Approach
 
Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...
 
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...
IRJET-Artificial Neural Network and Fuzzy Logic Approach to Diagnose Autism S...
 
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNING
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNINGDETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNING
DETECTING PSYCHOLOGICAL INSTABILITY USING MACHINE LEARNING
 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

Project PPT.pptx

  • 1. OBJECTIVE The focus of this project is to find out the most significant traits and automate the diagnosis process using available classification techniques for improved diagnosis purpose. 1
  • 2. Autism Spectrum Disorder (ASD), which is a neuro development disorder, is often accompanied by sensory issues such an over sensitivity or under sensitivity to sounds and smells or touch. Although its main cause is genetics in nature, early detection and treatment can help to improve the conditions. The project gives a new approach for identification of ASD using a deep classifier.Deep Learning (DL) has become a common technique for the early diagnosis of AD. Here, we introduce prediction on Autism Disorder using Recurrent Neural Network help researchers diagnose the disease at its early stages. The ASD identification works in the following steps. Feature analysis explains ASD traits thereby improving the efficiency of screening process. Further, Machine Learning (ML) classifier models report ASD class type with evaluation parameters. With this the accuracy and performance of the model is increased. ABSTRACT
  • 3. INTRODUCTION • Autism spectrum disorder (ASD), is a neurological developmental disorder. It affects how people communicate and interact with others, as well as how they behave and learn. • The symptoms and signs appear when a child is very young. • It is a lifelong condition and cannot be completely cured. • A study found that 33% of children with difficulties other than ASD have some ASD symptoms while not meeting the full classification criteria. • ASD has a significant economic impact both due to the increase in the number of ASD cases worldwide, and the time and costs involved in diagnosing a patient. 3
  • 4. LITERATURE SURVEY 4 TITLE AUTHOR and Year Pros Cons DATASET METRICES A Survey of Machine Learning Based Approaches for Autism Disease Prediction Shubham Bind1 2021 Used Realtime MRI Images Less Accuracy MRI Dataset 75 Classification of Autism’s disease and its stages using machine learning John Michael Templeton 2022 active MRI patches are extracted The training database consist less image MRI2D 65 Analysis and Prediction of Autism's Disease using Machine Learning Algorithms Sohom Sen 2022 Used 30 MRI Images The system was trained with Less type of Disease. BRAINMRI 84 Detection of Autism Disease Using Machine Learning G.Priyadharshini, T.Gowtham 2020 High Accuracy lowest accuracy with 40%. MRIDATA 90 Predicting Severity Of Autism's Disease Using Deep Learning Srishti Grover 2020 Dataset belonging to Multiple category Accuracy Low database with Disease by Name 65
  • 5. Existing system • Several studies have made use of machine learning in various ways to improve and speed up the diagnosis of ASD. • Soft computing techniques such as probabilistic reasoning, artificial neural networks (ANN), and classifier combination have also been used . • Artificial Neural Network was used to classify between patients with and without ASD, respectively which gave lesser accuracy.
  • 6. PROBLEM DEFINITION • The system gives comparatively lower results which is approximately around 93%. • Artificial Neural Network leads to loss of data and consumes high amount of data which leads to lesser accuracy. • Moreover, it was also observed that different areas in a scan or an image had different textural and morphological patterns which were difficult for human beings to track. 6
  • 7. PROPOSED SYSTEM • The combination of Data-driven approach and Rule-based approach is employed for the development of the model. • We begin by preprocessing the dataset to eliminate missing values and outliers, remove noise, and encode categorical attributes. • We also employ feature engineering to choose the most beneficial features out of all the features present in the data set. • This reduces data dimensionality to improve speed and efficiency during training. Once the data set has been preprocessed, classification algorithm used was Recurrent Neural Network. • RNN predict the output label (ASD or no ASD). The accuracy of each classifier is observed and compared. 7
  • 8. PROPOSED SYSTEM • Furthermore, metrics like the F1 score and precision-recall values have also been computed for better evaluation of each classifier. • If the classifier performs well, then the training accuracy will be higher than its test accuracy. • This model can then be deemed to be the best model and hence be used for further training and classification.
  • 10. CLASSIFIER • A Recurrent Neural Network (RNN) is a Deep Learning algorithm which can take in an input image, assign importance (learnable weights and biases) to various aspects/objects in the image and be able to differentiate one from the other. • The pre-processing required in a RNN is much lower as compared to other classification algorithms. • While in primitive methods filters are hand-engineered, with enough training, RNN have the ability to learn these filters/characteristics. 10
  • 11. DATASET • Abstract: Autism EEG Disease Detection Dataset • Data Set Characteristics: Multivariate • Number of Instances: 197 • Area: Life • Attribute Characteristics: Real • Number of Attributes: 23 • Associated Tasks: Classification 11
  • 12. ADVANTAGES • They recognized faster and more accurately . • The model is trained to learn the low level to high level features and the classification results are validated. • This system consumes lesser memory so that the processing time is reduced. • The data loss is considerably lower. • Thus with a rapid growth in the Machine learning architectures, an objective diagnosis of Autism’s disease will no longer be a laborious job for the clinicians in the near future. 12
  • 13. SYSTEM REQUIREMENTS Software Description Version Anaconda Software used for computer vision with Machine Learning 4.2.0 Language - Python Programming language used to program the Project 3.7
  • 14. CONCLUSION • In this project, we have analyzed the ASD datasets of toddler, child, adolescent and adult. We apply most popular five feature selection methods to derive fewer features from ASD datasets yet maintaining competitive performance. • We find that EEG feature selection method outperforms amongst others. • In our experimental setup, we increase the attribute numbers gradually and then apply different classification techniques. • We find that MLP outperforms amongst all other classifiers using our methodology and approach.
  • 15. REFERENCES [1] C.-W. Tsai, R.-T. Tsai, S.-P. Liu, C.-S. Chen, M.-C. Tsai, S.-H. Chien, H.-S. Hung, S.-Z. Lin, W.-C. Shyu, and R.-H. Fu, “Neuroprotective effects of betulin in pharmacological and transgenic caenorhabditis elegans models of Autism disease,” Cell Transplantation, vol. 26, no. 12, pp. 1903–1918, 2017. [2] D. Frosini, M. Cosottini, D. Volterrani, and R. Ceravolo, “Neuroimaging in Autism’s disease: Focus on substantia nigra and nigro-striatal projection,” Current Opinion in Neurology, vol. 30, no. 4, pp. 416–426, 2017. [3] K. Marek, D. Jennings, S. Lasch, A. Siderowf, C. Tanner, T. Simuni, C. Coffey, K. Kieburtz, E. Flagg, S. Chowdhury et al., “The Autism progression marker initiative (ppmi),” Progress in Neurobiology, vol. 95, no. 4, pp. 629– 635, 2017. [4] J. Shi, Z. Xue, Y. Dai, B. Peng, Y. Dong, Q. Zhang, and Y. Zhang, “Cascaded multi-column rvfl+ classifier for single-modal neuroimagingbased diagnosis of Autism’s disease,” IEEE Transactions on Biomedical Engineering, 2018. 15