SlideShare una empresa de Scribd logo
1 de 17
Screening of Mental
Healthin
adolescentsusing
ML
PRESENTED BY-
Ritik Raj Mehta(12000119106)
Preyoshi Sen(12000119094)
Nitish Kumar(12001319032) GUIDED BY- Mr
Bappaditya Das
CONTENTS
WHAT IS MACHINE LEARNING?
TYPES OF MACHINE LEARNING
CLASSIFICATION MODEL IN MACHINE LEARNING
Logistic Regression
WHAT IS CLASSIFICATION ALGORITHM?
USES OF CLASSIFICATION ALGORITHMS
SOFTWARE REQUIREMENTS
PYTHON LIBRARIES
WHAT IS THE DNN CLASSIFIER?
CONCLUSION
REFERENCES
WHAT IS MACHINE LEARNING?
• Machine learning commonly referred to as ML powers some of the
most important technologies we use right from translation apps in
our mobile phones to autonomous vehicles. This article explains
the core concepts behind Machine Learning. Machine Learning
offers a new way to solve problems and answer complex
questions. In basic terms, Machine Learning is the process of
training a piece of software, called a model, to make useful
predictions from data. A Machine Learning model represents the
mathematical relationship between the elements of data that a
Machine Learning system uses to make predictions.
WHAT ARE THE DIFFERENT TYPES OF MACHINE
LEARNING?
Machine Learning algorithms run on various
programming languages and techniques. However,
these algorithms are trained using various methods,
out of which three main types of Machine learning
are:
•Supervised Learning
•Unsupervised Learning
•Reinforcement Learning
CLASSIFICATION MODEL IN MACHINE LEARNING
Basic Concepts
Supervised Learning is defined as the category of data analysis where the target
outcome is known or labelled e.g. whether the customer(s) purchased a product, or
did not. However, when the intention is to group them based on what all each
purchased, then it becomes Unsupervised. This may be done to explore the
relationship between customers and what they purchase.
Classification and Regression both belong to Supervised Learning, but the former is
applied where the outcome is finite while the latter is for infinite possible values of
outcome (e.g. predict $ value of the purchase).
Logistic Regression
Logistic Regression utilizes the power of regression to
do classification and has been doing so exceedingly
well for several decades now, to remain amongst the
most popular models. One of the main reasons for the
model’s success is its power of explainability i.e.
calling-out the contribution of individual predictors,
quantitatively.
WHAT IS CLASSIFICATION ALGORITHM?
Based on training data, the Classification algorithm is a
Supervised Learning technique used to categorize new
observations. In classification, a program uses the
dataset or observations provided to learn how to
categorize new observations into various classes or
groups. For instance, 0 or 1, red or blue, yes or no,
spam or not spam, etc.
USES OF CLASSIFICATION
ALGORITHMS
Classification algorithms can be used in different places. Below
are some popular use cases of Classification Algorithms:
1.Email Spam Detection
2.Speech Recognition
3.Identifications of Cancer, Tumour cells.
4.Drugs Classification
5.Biometric Identification, etc.
CLASSIFICATION ALGORITHMS
What are Classification Algorithms and the different algorithms used
in the prediction?
Classification is the process of recognizing, understanding, and grouping
ideas and objects. The Classification Algorithms used in the prediction are:
K-nearest Neighbors - K-nearest Neighbors (k-NN) is a pattern
recognition algorithm that uses training datasets to find the k closest
relatives in future examples. When k-NN is used in classification, you
calculate to place data within the category of its nearest neighbour. Using,
GridSearchCV we try every combination of a present list of values of the
hyper-parameters and choose the best combination based on the cross
validation score and RandomSearchCV tries random combinations of a
range of values (we have to define the number of iterations).
WHAT IS THE DNN CLASSIFIER?
Deep neural networks (DNN) can be defined as ANNs with additional
depth, that is, an increased number of hidden layers between the input and
the output layers. Deep Neural Networks (DNNs have become a promising
solution to inject AI in our daily lives from self-driving cars, smartphones,
games, drones, etc.
INPUT
The input to a DNN can include:
1. dense features
2. sparse features
SOFTWARE REQUIREMENTS
ANACONDA DISTRIBUTION:
Anaconda is a free and open-source distribution of the
Python programming languages for scientific
computing (data science, machine learning
applications, large-scale data processing, predictive
analytics, etc.), that aims to simplify package
management system and deployment.
PYTHON LIBRARIES:
1.SKLEARN: It features various classification, regression, and
clustering. Algorithms including support vector machines, random
forests, and gradient boosting, k-means and DBSCAN, and is
designed to interoperate with the Python numerical and scientific
libraries NumPy and SciPy.
2.NUMPY: NumPy is a general-purpose array-processing package.
It provides a high-performance multidimensional array object, and
tools for working with these arrays. It is the fundamental package
for scientific computing with Python.
3. PANDAS: Pandas is one of the most widely used python libraries in
data science. It provides high-performance, easy to use structures and
data analysis tools. Unlike NumPy library which provides objects for
multi-dimensional arrays, Pandas provides in-memory 2d table object
called Data frame.
4. Matplotlib: Matplotlib is a powerful tool for executing a variety of
tasks.It is able to create different types of visualization reports like line
plots, scatter plots, histograms, bar charts, pie charts, box plots, and
many more different plots. Matplotlib is a cross-platform, data
visualization and graphical plotting library for Python and its numerical
ANALYSIS AND DESIGN
CONCLUSION
As there are many available techniques of machine learning, it is
very important to compare those techniques and then identify the
best among them that will suit the domain of interest.
Nowadays, we have many special programs in the medical field that
predict disease very accurately in advance so that treatment can be
done effectively and efficiently. In this proposed work we have
compared different techniques of machine learning which are used to
classify the dataset on various problems of mental health.
REFERENCES
1.https://www.geeksforgeeks.org/introduction-machine-learning/
2.https://analyticsindiamag.com/7-types-classification-algorithms/
3.BOOK: Advanced Machine Learning; AUTHORS: (a) Rajiv Chopra, Deep
Learning, Khanna Book Publishing Co., New Delhi (b) V.K. Jain, Machine
Learning, Khanna Book Publishing Co., New Delhi
4.https://www.w3schools.com/datascience/ds_analyze_data.asp
5.https://www.analyticsvidhya.com/blog/2020/11/popular-classification models-
for-machine-learning

Más contenido relacionado

Similar a Screening of Mental Health in Adolescents using ML.pptx

Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...Madhav Mishra
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerIJERA Editor
 
Major_Project_Presentaion_B14.pptx
Major_Project_Presentaion_B14.pptxMajor_Project_Presentaion_B14.pptx
Major_Project_Presentaion_B14.pptxLokeshKumarReddy8
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learningJohnson Ubah
 
machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfPranavPatil822557
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesIRJET Journal
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning BasicsSuresh Arora
 
Lecture-1-Introduction to Deep learning.pptx
Lecture-1-Introduction to Deep learning.pptxLecture-1-Introduction to Deep learning.pptx
Lecture-1-Introduction to Deep learning.pptxJayChauhan100
 
Final Report
Final ReportFinal Report
Final Reportimu409
 
Data clustering using map reduce
Data clustering using map reduceData clustering using map reduce
Data clustering using map reduceVarad Meru
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar pptRAHUL DANGWAL
 
Cyb 5675 class project final
Cyb 5675   class project finalCyb 5675   class project final
Cyb 5675 class project finalCraig Cannon
 
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...
Muhammad Usman Akhtar  |  Ph.D Scholar  |  Wuhan  University  |  School of Co...Muhammad Usman Akhtar  |  Ph.D Scholar  |  Wuhan  University  |  School of Co...
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...Wuhan University
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningBRNSSPublicationHubI
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...IJNSA Journal
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...IJNSA Journal
 

Similar a Screening of Mental Health in Adolescents using ML.pptx (20)

Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 3 Semester 3 MSc IT Part 2 Mumbai Univer...
 
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using RapidminerStudy and Analysis of K-Means Clustering Algorithm Using Rapidminer
Study and Analysis of K-Means Clustering Algorithm Using Rapidminer
 
Major_Project_Presentaion_B14.pptx
Major_Project_Presentaion_B14.pptxMajor_Project_Presentaion_B14.pptx
Major_Project_Presentaion_B14.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 
introduction to machine learning
introduction to machine learningintroduction to machine learning
introduction to machine learning
 
machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdf
 
Machine Can Think
Machine Can ThinkMachine Can Think
Machine Can Think
 
Feature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering TechniquesFeature Subset Selection for High Dimensional Data using Clustering Techniques
Feature Subset Selection for High Dimensional Data using Clustering Techniques
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
 
Fake News Detection using Deep Learning
Fake News Detection using Deep LearningFake News Detection using Deep Learning
Fake News Detection using Deep Learning
 
Lecture-1-Introduction to Deep learning.pptx
Lecture-1-Introduction to Deep learning.pptxLecture-1-Introduction to Deep learning.pptx
Lecture-1-Introduction to Deep learning.pptx
 
Final Report
Final ReportFinal Report
Final Report
 
Data clustering using map reduce
Data clustering using map reduceData clustering using map reduce
Data clustering using map reduce
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar ppt
 
fINAL ML PPT.pptx
fINAL ML PPT.pptxfINAL ML PPT.pptx
fINAL ML PPT.pptx
 
Cyb 5675 class project final
Cyb 5675   class project finalCyb 5675   class project final
Cyb 5675 class project final
 
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...
Muhammad Usman Akhtar  |  Ph.D Scholar  |  Wuhan  University  |  School of Co...Muhammad Usman Akhtar  |  Ph.D Scholar  |  Wuhan  University  |  School of Co...
Muhammad Usman Akhtar | Ph.D Scholar | Wuhan University | School of Co...
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
 

Más de NitishChoudhary23

Más de NitishChoudhary23 (9)

12001319032_ML.pptx
12001319032_ML.pptx12001319032_ML.pptx
12001319032_ML.pptx
 
Screening of Mental Health in Adolescence.pptx
Screening of Mental Health in Adolescence.pptxScreening of Mental Health in Adolescence.pptx
Screening of Mental Health in Adolescence.pptx
 
12001319032_OR.pptx
12001319032_OR.pptx12001319032_OR.pptx
12001319032_OR.pptx
 
Attacks on Mobile Devices by Nitish.pptx
Attacks on Mobile Devices by Nitish.pptxAttacks on Mobile Devices by Nitish.pptx
Attacks on Mobile Devices by Nitish.pptx
 
Presentation_entrepreneurship_.pptx
Presentation_entrepreneurship_.pptxPresentation_entrepreneurship_.pptx
Presentation_entrepreneurship_.pptx
 
Presentation1_CYBERCRIME.pptx
Presentation1_CYBERCRIME.pptxPresentation1_CYBERCRIME.pptx
Presentation1_CYBERCRIME.pptx
 
7.pdf
7.pdf7.pdf
7.pdf
 
7.pdf
7.pdf7.pdf
7.pdf
 
shovan 7.pdf
shovan 7.pdfshovan 7.pdf
shovan 7.pdf
 

Último

GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Último (20)

GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Screening of Mental Health in Adolescents using ML.pptx

  • 1. Screening of Mental Healthin adolescentsusing ML PRESENTED BY- Ritik Raj Mehta(12000119106) Preyoshi Sen(12000119094) Nitish Kumar(12001319032) GUIDED BY- Mr Bappaditya Das
  • 2. CONTENTS WHAT IS MACHINE LEARNING? TYPES OF MACHINE LEARNING CLASSIFICATION MODEL IN MACHINE LEARNING Logistic Regression WHAT IS CLASSIFICATION ALGORITHM? USES OF CLASSIFICATION ALGORITHMS SOFTWARE REQUIREMENTS PYTHON LIBRARIES WHAT IS THE DNN CLASSIFIER? CONCLUSION REFERENCES
  • 3. WHAT IS MACHINE LEARNING? • Machine learning commonly referred to as ML powers some of the most important technologies we use right from translation apps in our mobile phones to autonomous vehicles. This article explains the core concepts behind Machine Learning. Machine Learning offers a new way to solve problems and answer complex questions. In basic terms, Machine Learning is the process of training a piece of software, called a model, to make useful predictions from data. A Machine Learning model represents the mathematical relationship between the elements of data that a Machine Learning system uses to make predictions.
  • 4. WHAT ARE THE DIFFERENT TYPES OF MACHINE LEARNING? Machine Learning algorithms run on various programming languages and techniques. However, these algorithms are trained using various methods, out of which three main types of Machine learning are: •Supervised Learning •Unsupervised Learning •Reinforcement Learning
  • 5. CLASSIFICATION MODEL IN MACHINE LEARNING Basic Concepts Supervised Learning is defined as the category of data analysis where the target outcome is known or labelled e.g. whether the customer(s) purchased a product, or did not. However, when the intention is to group them based on what all each purchased, then it becomes Unsupervised. This may be done to explore the relationship between customers and what they purchase. Classification and Regression both belong to Supervised Learning, but the former is applied where the outcome is finite while the latter is for infinite possible values of outcome (e.g. predict $ value of the purchase).
  • 6.
  • 7. Logistic Regression Logistic Regression utilizes the power of regression to do classification and has been doing so exceedingly well for several decades now, to remain amongst the most popular models. One of the main reasons for the model’s success is its power of explainability i.e. calling-out the contribution of individual predictors, quantitatively.
  • 8. WHAT IS CLASSIFICATION ALGORITHM? Based on training data, the Classification algorithm is a Supervised Learning technique used to categorize new observations. In classification, a program uses the dataset or observations provided to learn how to categorize new observations into various classes or groups. For instance, 0 or 1, red or blue, yes or no, spam or not spam, etc.
  • 9. USES OF CLASSIFICATION ALGORITHMS Classification algorithms can be used in different places. Below are some popular use cases of Classification Algorithms: 1.Email Spam Detection 2.Speech Recognition 3.Identifications of Cancer, Tumour cells. 4.Drugs Classification 5.Biometric Identification, etc.
  • 10. CLASSIFICATION ALGORITHMS What are Classification Algorithms and the different algorithms used in the prediction? Classification is the process of recognizing, understanding, and grouping ideas and objects. The Classification Algorithms used in the prediction are: K-nearest Neighbors - K-nearest Neighbors (k-NN) is a pattern recognition algorithm that uses training datasets to find the k closest relatives in future examples. When k-NN is used in classification, you calculate to place data within the category of its nearest neighbour. Using, GridSearchCV we try every combination of a present list of values of the hyper-parameters and choose the best combination based on the cross validation score and RandomSearchCV tries random combinations of a range of values (we have to define the number of iterations).
  • 11. WHAT IS THE DNN CLASSIFIER? Deep neural networks (DNN) can be defined as ANNs with additional depth, that is, an increased number of hidden layers between the input and the output layers. Deep Neural Networks (DNNs have become a promising solution to inject AI in our daily lives from self-driving cars, smartphones, games, drones, etc. INPUT The input to a DNN can include: 1. dense features 2. sparse features
  • 12. SOFTWARE REQUIREMENTS ANACONDA DISTRIBUTION: Anaconda is a free and open-source distribution of the Python programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management system and deployment.
  • 13. PYTHON LIBRARIES: 1.SKLEARN: It features various classification, regression, and clustering. Algorithms including support vector machines, random forests, and gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy. 2.NUMPY: NumPy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with these arrays. It is the fundamental package for scientific computing with Python.
  • 14. 3. PANDAS: Pandas is one of the most widely used python libraries in data science. It provides high-performance, easy to use structures and data analysis tools. Unlike NumPy library which provides objects for multi-dimensional arrays, Pandas provides in-memory 2d table object called Data frame. 4. Matplotlib: Matplotlib is a powerful tool for executing a variety of tasks.It is able to create different types of visualization reports like line plots, scatter plots, histograms, bar charts, pie charts, box plots, and many more different plots. Matplotlib is a cross-platform, data visualization and graphical plotting library for Python and its numerical
  • 16. CONCLUSION As there are many available techniques of machine learning, it is very important to compare those techniques and then identify the best among them that will suit the domain of interest. Nowadays, we have many special programs in the medical field that predict disease very accurately in advance so that treatment can be done effectively and efficiently. In this proposed work we have compared different techniques of machine learning which are used to classify the dataset on various problems of mental health.
  • 17. REFERENCES 1.https://www.geeksforgeeks.org/introduction-machine-learning/ 2.https://analyticsindiamag.com/7-types-classification-algorithms/ 3.BOOK: Advanced Machine Learning; AUTHORS: (a) Rajiv Chopra, Deep Learning, Khanna Book Publishing Co., New Delhi (b) V.K. Jain, Machine Learning, Khanna Book Publishing Co., New Delhi 4.https://www.w3schools.com/datascience/ds_analyze_data.asp 5.https://www.analyticsvidhya.com/blog/2020/11/popular-classification models- for-machine-learning