SVM Regression Flashcards

(5 cards)

1
Q

How do we measure error with a tube regression?

A

There is no error within the tube, and the error outside the tube is measured by the distance to the tube

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

What is ε in SVM regression?

A

The insensitive error. We ignore error as long as it is less than a given threshold value ε away from the decision boundary.

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

What is the squared error?

A

Squared error calculates the error between all points and the regression function

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

What is a pair of slack variables?

A

The distance from the upper bound and the lower bound

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

What is the difference between Primal and Dual complexity for SVM Regression?

A

Primal has the variables w for each feature dim, so the complexity depends on the dimensions of the input space. Dual has ai and a*i for each data point, so the complexity depends on the number of support variables.

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