SVM Regression Flashcards
(5 cards)
How do we measure error with a tube regression?
There is no error within the tube, and the error outside the tube is measured by the distance to the tube
What is ε in SVM regression?
The insensitive error. We ignore error as long as it is less than a given threshold value ε away from the decision boundary.
What is the squared error?
Squared error calculates the error between all points and the regression function
What is a pair of slack variables?
The distance from the upper bound and the lower bound
What is the difference between Primal and Dual complexity for SVM Regression?
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.