




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Support vector regression (svr), a method for predicting a continuous target variable y based on input features x. The approach involves finding the best function g(x, w) to minimize the ǫ-insensitive loss function, which is a variation of the standard regression loss function. How to choose the model parameters, the optimization problem, and the dual problem to obtain the optimal model. Svr is particularly useful when dealing with high-dimensional data and non-linearly separable data.
Typology: Slides
1 / 135
This page cannot be seen from the preview
Don't miss anything!





























































































m
to map pattern vectors into appropriate high dimensional space.
implicitly without using (or even knowing) φ
. PR NPTEL course – p.7/
m
to map pattern vectors into appropriate high dimensional space.
implicitly without using (or even knowing) φ .
. ( e.g., Fisher discriminant, regression etc). PR NPTEL course – p.8/
1 , y 1
n , y n
i
m , y i
, want to find ‘best’ function to predict y given
. PR NPTEL course – p.10/
1 , y 1
n , y n
i
m , y i
, want to find ‘best’ function to predict y given
.
w 1 φ 1
w m ′^ φ m ′^
T
b , where φ i
m
are some chosen functions. PR NPTEL course – p.11/
x i (and hence, m
m ′ ) then it is a linear model.
m ′ , we are essentially learning a linear model in a transformed space. PR NPTEL course – p.13/
x i (and hence, m
m ′ ) then it is a linear model.
m ′ , we are essentially learning a linear model in a transformed space.
x i (and hence, m
m ′ ) then it is a linear model.
m ′ , we are essentially learning a linear model in a transformed space.
. PR NPTEL course – p.16/
i
y i , g
i
where
is a loss function. PR NPTEL course – p.17/
i
y i , g
i
where
is a loss function.
y i , g
i
If
y i
g
i
y i
g
i
ǫ otherwise Here, ǫ is a parameter of the loss function. PR NPTEL course – p.20/