SVR: Support Vector Regression Flashcards
What distinguishes SVR from linear regression?
Instead of the model being a basic line
It is a basic line with a tube around it:
The (epsilon) Ɛ-Insensitive Tube
~~~~~~~~~~~~~~~ Ɛ tube x ————————- line x x
~~~
What’s the point of the Ɛ-Insensitive tube?
It allows our data to have a margin of error
The distance (error) between any data point inside the tube and the line doesn’t matter
x Ɛ(small)4 x :
x. x
—————————-
x
~~~~~~~~~~~~~~~~
:
x Ɛ1* (ps small 1) * = below tube
~~~
We’re calculating the distance between the data points outside the tube and the tube
The points outside the tube dictate it’s orientation
Why’s it called support vector regression?
Because the data points are vectors
And the tube’s direction is dictated by the data points (vectors) outside of it
_____________
x (vector)
~~~~~~~~~~~
:
x (support vector)
~~~
So they’re referred to as support vectors