0% found this document useful (0 votes)
37 views5 pages

1.3. Supervised Learning and Its Types

al types

Uploaded by

ranjithias2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views5 pages

1.3. Supervised Learning and Its Types

al types

Uploaded by

ranjithias2003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Siddhardhan

Supervised
Learning:
Classification &
Regression
Supervised Learning

In Supervised Learning, the Machine Learning algorithm


learns from Labelled Data

Apples

ML model

Apple

Mangoes
Unknown Image
Types of Supervised Learning

Supervised Learning

Classification Regression
Classification is about predicting Regression is about predicting a
a class or discrete values quantity or continuous values
Eg: Male or Female; True or Eg: Salary; age; Price.
False
Types of Supervised Learning
Classification:

(Dog or Cat)

Dog Cat

Regression:

Rainfall in cm

Temperature Rainfall in cm
Algorithms

Classification:
1. Decision Tree Classification
2. Random Forest Classification
3. K-nearest Neighbor
4. Logistic Regression

Regression:
1. Polynomial Regression
2. Support Vector Machines Regressor

You might also like