This document discusses supervised machine learning. It defines supervised learning as teaching machines using labelled training data to learn models that can make predictions on unseen data. The document outlines different types of supervised learning problems like classification and regression and mentions applications such as flower classification, email spam filtering, handwriting recognition, and weather forecasting. Popular supervised learning algorithms discussed include linear regression, logistic regression, KNN, decision trees, SVM, and random forest.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
87 views
Types of ML & Supervised Learning
This document discusses supervised machine learning. It defines supervised learning as teaching machines using labelled training data to learn models that can make predictions on unseen data. The document outlines different types of supervised learning problems like classification and regression and mentions applications such as flower classification, email spam filtering, handwriting recognition, and weather forecasting. Popular supervised learning algorithms discussed include linear regression, logistic regression, KNN, decision trees, SVM, and random forest.
Agenda • Definition • Data • Categories • Supervision of training • Applications • Algorithms
18CSE392T MACHINE LEARNING - I 4
Supervised Learning 1 Labelled Data
2 Direct Feedback
3 Predict outcome / future
18CSE392T MACHINE LEARNING - I 5
Definition • Supervised ML is a method in which we teach the machines using labelled data.
In other words.....
• The main goal in supervised learning is to learn a
model from labeled training data that allows us to make predictions about unseen or future data. 18CSE392T MACHINE LEARNING - I 6 Categories Classification Regression Input : Discrete Input : continuous
18CSE392T MACHINE LEARNING - I 7
Data • Labelled Input Data • Labelled Output Data
18CSE392T MACHINE LEARNING - I 8
Supervision of Training • Needs External Supervision from training data
18CSE392T MACHINE LEARNING - I 9
APPLICATIONS (SUPERVISED LEARNING)
18CSE392T MACHINE LEARNING - I 10
Flower Classification
18CSE392T MACHINE LEARNING - I 11
Email Spam Filtering • A corpus of labeled emails, emails that are correctly marked as spam or not-spam • To predict whether a new email belongs to either of the two categories
18CSE392T MACHINE LEARNING - I 12
Handwriting Character recognition • Multiclass classification task
18CSE392T MACHINE LEARNING - I 13
Predicting Real Estate
18CSE392T MACHINE LEARNING - I 14
Weather Forecasting • Weather forecasting is a prediction of what the weather will be like in an hour, tomorrow, or next week.
18CSE392T MACHINE LEARNING - I 15
Algorithms • Linear Regression • Logistic Regression • K- Nearest Neighbor • Bayesian Classification • Decision Trees • Support Vector Machine (SVM) • Random Forest 18CSE392T MACHINE LEARNING - I 16 18CSE392T MACHINE LEARNING - I 17