Unit 3 Machine learning (1)
Unit 3 Machine learning (1)
Supervised
Unsupervised
Reinforcement
Supervised Learning.
SUPERVISED LEARNING.
CLASSIFICATION PREDICTION/REGRESSION
• Predictive modeling problem where a class • It allow us to predict a continuous outcome
label is predicted for a given example of input variable (y) based on the value of one or
data. multiple predictor variables (x). Briefly, the
• Given an example, classify if it is spam or not. goal of regression model is to build a
Given a handwritten character, classify it as mathematical equation that defines y as a
one of the known characters. function of the x variables.
• Continuous rather than discrete
CLASSIFICATION PREDICTIVE MODELLING - SUPERVISED LEARNING.
Polynomial regression
• Linear regression
• Relationship between the independent variable x and dependent variable y is
modeled as an nth degree polynomial.
• Polynomial regression fits a nonlinear relationship between the value of x and
the corresponding conditional mean of y, denoted E(y |x)
Growth rate of tissues.
Progression of disease epidemics
Softmax regression
• Generalized Logistic regression
• It handles Multiple classes
SUPPORT VECTOR MACHINES SUPERVISED LEARNING.
• An SVM model is a representation of the examples as points
in space, mapped so that the examples of the separate
categories are divided by a clear gap that is as wide as
possible.
Positive
Negative