Given a labeled data set, is able to classify data points by seeing on what side of the decision boundary they lie on within an N dimensional space, where N is the number of features. The decision boundary is tuned during training.

Topics

  • Primal formulation of SVM

  • Soft margin SVM
  • is a regularization parameter
  • is the number of data points that are on the wrong side of the decision boundary
  • is the distance from the th wrong point to the decision boundary