SlideShare a Scribd company logo
1 of 18
SUPERVISED MACHINE
LEARNING
Chandu Chandran
MSc Computer Science
Sree Narayana College, Cherthala
MACHINE LEARNING
• Machine learning is a subset of AI, which enables the machine to automatically learn from data, improve
performance from past experiences, and make predictions.
TYPES OF MACHINE LEARNING
SUPERVISED MACHINE LEARNING
• In supervised learning applies the same concept as a student learns in the supervision of the teacher.
• Supervised learning is the types of machine learning in which machines are trained using well "labelled"
training data, and on basis of that data, machines predict the output.
• The labelled data means some input data is already tagged with the correct output.
• The aim of a supervised learning algorithm is to find a mapping function to map the input variable(x)
with the output variable(y).
HOW SUPERVISED LEARNING WORKS?
• In supervised learning, models are trained using labelled dataset, where the model learns about each type
of data. Once the training process is completed, the model is tested on the basis of test data (a subset of
the training set), and then it predicts the output.
• Suppose we have an input dataset of cats and dog images. So, first, we will provide the training to the
machine to understand the images, such as the shape & size of the tail of cat and dog, Shape of eyes,
color, height (dogs are taller, cats are smaller), etc.
• After completion of training, we input the picture of a cat and ask the machine to identify the object and
predict the output. Then machine find that it's a cat. So, it will put it in the Cat category.
WORKING DIAGRAM OF SUPERVISED LEARNING
STEPS INVOLVED IN SUPERVISED LEARNING:
• First Determine the type of training dataset
• Gather the labelled training data.
• Split the training dataset into training dataset, test dataset, and validation dataset.
• Determine the input features of the training dataset.
• Determine the suitable algorithm for the model.
• Execute the algorithm on the training dataset.
• Evaluate the accuracy of the model by providing the test set.
• If the model predicts the correct output, which means our model is accurate.
TYPES OF SUPERVISED MACHINE LEARNING
ALGORITHMS:
• Supervised learning can be further divided into two types of problems:
Types of Regression
• A regression is a statistical technique that relates a dependent variable to one or more independent
(explanatory) variables.
• It is used for the prediction of continuous variables
Eg:- Weather forecasting, Market Trends, etc.
REGRESSION
• Linear Regression
• Regression Trees
• Non-Linear Regression
• Polynomial Regression
• Linear Regression:
linear correlation of the explanatory variables and dependent variable. Eg:- Age and height can be
described using a linear regression model.
• Regression Trees:
A regression tree refers to an algorithm where the target variable is and the algorithm is used to predict
its value. Eg:- Predict the selling prices of a residential house
• Non-Linear Regression:
Non-Linear Regression is not a straight-line or direct relationship between an independent variable and a
dependent variable. Eg:- Predict population growth over time.
• Polynomial Regression:
Multiple linear regression relationship is called polynomial regression. Eg:- Widely applied to predict the
spread rate of COVID-19 and other infectious diseases.
CLASSIFICATION
• Classification algorithms are used when the output variable is categorical, which means there are two
classes such as Yes-No, Male-Female, True-false, etc.
Types of Classification
• Decision Trees
• Random Forest
• Logistic Regression
• Support vector Machines
• Decision Trees:
A decision tree is a type of supervised machine learning used to categorize or make predictions based on
how a previous set of questions were answered. Eg:- online shopping portal where we get several
recommendations based on what we are buying.
• Random Forest:
A random forest is a collection of decision trees. whose results are aggregated into one final result. Eg:-
classifying whether an email is “spam” or “not spam”
• Logistic Regression:
Logistic regression estimates the probability of an event occurring, such as voted or didn't vote, based on a
given dataset of independent variables.. Eg:- Political candidate will win or lose an election.
• Support Vector Machines:
The data points that are the closest to the hyperplane and which affect the position of the hyperplane are
termed as Support Vector. Eg:- handwriting recognition, face detection, email classification,
ADVANTAGES OF SUPERVISED LEARNING:
• Since supervised learning work with the labelled dataset so we can have an exact idea about the classes
of objects.
• These algorithms are helpful in predicting the output on the basis of prior experience.
DISADVANTAGES OF SUPERVISED LEARNING:
• These algorithms are not able to solve complex tasks.
• It may predict the wrong output if the test data is different from the training data.
• It requires lots of computational time to train the algorithm.
APPLICATIONS OF SUPERVISED LEARNING
• Image Segmentation
• Medical Diagnosis
• Fraud Detection
• Spam detection
• Speech Recognition
• Predicting repair of equipment
• Sales Forecasting
•
THANK YOU!

More Related Content

Similar to Supervised Machine Learning.pptx

Machine Learning techniques used in AI.
Machine Learning  techniques used in AI.Machine Learning  techniques used in AI.
Machine Learning techniques used in AI.ArchanaT32
 
Supervised Learning-Unit 3.pptx
Supervised Learning-Unit 3.pptxSupervised Learning-Unit 3.pptx
Supervised Learning-Unit 3.pptxnehashanbhag5
 
Classification and Prediction.pptx
Classification and Prediction.pptxClassification and Prediction.pptx
Classification and Prediction.pptxSandeepAgrawal84
 
Types of Machine Learning- Tanvir Siddike Moin
Types of Machine Learning- Tanvir Siddike MoinTypes of Machine Learning- Tanvir Siddike Moin
Types of Machine Learning- Tanvir Siddike MoinTanvir Moin
 
Statistical Learning and Model Selection (1).pptx
Statistical Learning and Model Selection (1).pptxStatistical Learning and Model Selection (1).pptx
Statistical Learning and Model Selection (1).pptxrajalakshmi5921
 
Chapter 4 Classification in data sience .pdf
Chapter 4 Classification in data sience .pdfChapter 4 Classification in data sience .pdf
Chapter 4 Classification in data sience .pdfAschalewAyele2
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learningSanghamitra Deb
 
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai UniversityMachine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai UniversityMadhav Mishra
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)SwatiTripathi44
 
GIS_presentation .pptx
GIS_presentation                    .pptxGIS_presentation                    .pptx
GIS_presentation .pptxlahelex741
 
Learning Method In Data Mining
Learning Method In Data MiningLearning Method In Data Mining
Learning Method In Data Miningishaq zaman
 
mining sirdar , overman, assistant managerppt.ppt
mining sirdar , overman, assistant managerppt.pptmining sirdar , overman, assistant managerppt.ppt
mining sirdar , overman, assistant managerppt.pptUttamVishwakarma7
 

Similar to Supervised Machine Learning.pptx (20)

Machine Learning techniques used in AI.
Machine Learning  techniques used in AI.Machine Learning  techniques used in AI.
Machine Learning techniques used in AI.
 
Supervised Learning-Unit 3.pptx
Supervised Learning-Unit 3.pptxSupervised Learning-Unit 3.pptx
Supervised Learning-Unit 3.pptx
 
Unit-1.ppt
Unit-1.pptUnit-1.ppt
Unit-1.ppt
 
Machine learning
Machine learningMachine learning
Machine learning
 
Classification and Prediction.pptx
Classification and Prediction.pptxClassification and Prediction.pptx
Classification and Prediction.pptx
 
Classification
ClassificationClassification
Classification
 
4.1.pptx
4.1.pptx4.1.pptx
4.1.pptx
 
Types of Machine Learning- Tanvir Siddike Moin
Types of Machine Learning- Tanvir Siddike MoinTypes of Machine Learning- Tanvir Siddike Moin
Types of Machine Learning- Tanvir Siddike Moin
 
Statistical Learning and Model Selection (1).pptx
Statistical Learning and Model Selection (1).pptxStatistical Learning and Model Selection (1).pptx
Statistical Learning and Model Selection (1).pptx
 
Chapter 4 Classification in data sience .pdf
Chapter 4 Classification in data sience .pdfChapter 4 Classification in data sience .pdf
Chapter 4 Classification in data sience .pdf
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai UniversityMachine Learning Unit 1 Semester 3  MSc IT Part 2 Mumbai University
Machine Learning Unit 1 Semester 3 MSc IT Part 2 Mumbai University
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
GIS_presentation .pptx
GIS_presentation                    .pptxGIS_presentation                    .pptx
GIS_presentation .pptx
 
Week 1.pdf
Week 1.pdfWeek 1.pdf
Week 1.pdf
 
Learning Method In Data Mining
Learning Method In Data MiningLearning Method In Data Mining
Learning Method In Data Mining
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning by Rj
Machine Learning by RjMachine Learning by Rj
Machine Learning by Rj
 
Lecture 3 ml
Lecture 3 mlLecture 3 ml
Lecture 3 ml
 
mining sirdar , overman, assistant managerppt.ppt
mining sirdar , overman, assistant managerppt.pptmining sirdar , overman, assistant managerppt.ppt
mining sirdar , overman, assistant managerppt.ppt
 

Recently uploaded

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Recently uploaded (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

Supervised Machine Learning.pptx

  • 1. SUPERVISED MACHINE LEARNING Chandu Chandran MSc Computer Science Sree Narayana College, Cherthala
  • 2. MACHINE LEARNING • Machine learning is a subset of AI, which enables the machine to automatically learn from data, improve performance from past experiences, and make predictions.
  • 3. TYPES OF MACHINE LEARNING
  • 4. SUPERVISED MACHINE LEARNING • In supervised learning applies the same concept as a student learns in the supervision of the teacher. • Supervised learning is the types of machine learning in which machines are trained using well "labelled" training data, and on basis of that data, machines predict the output. • The labelled data means some input data is already tagged with the correct output. • The aim of a supervised learning algorithm is to find a mapping function to map the input variable(x) with the output variable(y).
  • 5. HOW SUPERVISED LEARNING WORKS? • In supervised learning, models are trained using labelled dataset, where the model learns about each type of data. Once the training process is completed, the model is tested on the basis of test data (a subset of the training set), and then it predicts the output. • Suppose we have an input dataset of cats and dog images. So, first, we will provide the training to the machine to understand the images, such as the shape & size of the tail of cat and dog, Shape of eyes, color, height (dogs are taller, cats are smaller), etc. • After completion of training, we input the picture of a cat and ask the machine to identify the object and predict the output. Then machine find that it's a cat. So, it will put it in the Cat category.
  • 6. WORKING DIAGRAM OF SUPERVISED LEARNING
  • 7. STEPS INVOLVED IN SUPERVISED LEARNING: • First Determine the type of training dataset • Gather the labelled training data. • Split the training dataset into training dataset, test dataset, and validation dataset. • Determine the input features of the training dataset. • Determine the suitable algorithm for the model. • Execute the algorithm on the training dataset. • Evaluate the accuracy of the model by providing the test set. • If the model predicts the correct output, which means our model is accurate.
  • 8. TYPES OF SUPERVISED MACHINE LEARNING ALGORITHMS: • Supervised learning can be further divided into two types of problems:
  • 9. Types of Regression • A regression is a statistical technique that relates a dependent variable to one or more independent (explanatory) variables. • It is used for the prediction of continuous variables Eg:- Weather forecasting, Market Trends, etc. REGRESSION • Linear Regression • Regression Trees • Non-Linear Regression • Polynomial Regression
  • 10. • Linear Regression: linear correlation of the explanatory variables and dependent variable. Eg:- Age and height can be described using a linear regression model. • Regression Trees: A regression tree refers to an algorithm where the target variable is and the algorithm is used to predict its value. Eg:- Predict the selling prices of a residential house • Non-Linear Regression: Non-Linear Regression is not a straight-line or direct relationship between an independent variable and a dependent variable. Eg:- Predict population growth over time. • Polynomial Regression: Multiple linear regression relationship is called polynomial regression. Eg:- Widely applied to predict the spread rate of COVID-19 and other infectious diseases.
  • 11. CLASSIFICATION • Classification algorithms are used when the output variable is categorical, which means there are two classes such as Yes-No, Male-Female, True-false, etc. Types of Classification • Decision Trees • Random Forest • Logistic Regression • Support vector Machines
  • 12. • Decision Trees: A decision tree is a type of supervised machine learning used to categorize or make predictions based on how a previous set of questions were answered. Eg:- online shopping portal where we get several recommendations based on what we are buying.
  • 13. • Random Forest: A random forest is a collection of decision trees. whose results are aggregated into one final result. Eg:- classifying whether an email is “spam” or “not spam”
  • 14. • Logistic Regression: Logistic regression estimates the probability of an event occurring, such as voted or didn't vote, based on a given dataset of independent variables.. Eg:- Political candidate will win or lose an election.
  • 15. • Support Vector Machines: The data points that are the closest to the hyperplane and which affect the position of the hyperplane are termed as Support Vector. Eg:- handwriting recognition, face detection, email classification,
  • 16. ADVANTAGES OF SUPERVISED LEARNING: • Since supervised learning work with the labelled dataset so we can have an exact idea about the classes of objects. • These algorithms are helpful in predicting the output on the basis of prior experience. DISADVANTAGES OF SUPERVISED LEARNING: • These algorithms are not able to solve complex tasks. • It may predict the wrong output if the test data is different from the training data. • It requires lots of computational time to train the algorithm.
  • 17. APPLICATIONS OF SUPERVISED LEARNING • Image Segmentation • Medical Diagnosis • Fraud Detection • Spam detection • Speech Recognition • Predicting repair of equipment • Sales Forecasting •