SVR: Support Vector Regression Flashcards

1
Q

What distinguishes SVR from linear regression?

A

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

~~~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the point of the Ɛ-Insensitive tube?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why’s it called support vector regression?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly