SVM

SVM 101

Posted by c cm on November 4, 2014

Maximal Margin Classifier

hyperplane:
maximal margin hyperplane (also known as the optimal separating hyperplane), which is the separating hyperplane that is farthest from the training observations.

Calculate the (perpendicular) distance from each training observation to a given separating hyperplane; margin is the smallest such distance is the minimal distance from the observations to the hyperplane.


or

Support Vector Classifier


or

or

Lagrange dual objective function

the slack variable εi tells us where the ith observation is located, relative to the hyperplane and relative to the margin.

C as a budget for the amount that the margin can be violated by the n observations.

Support Vector Machine

solution

ref
Elements of Statistical Learning