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
- Hard margin SVM
- This is how to find the parameters while under some constraints to create a support vector margin
- is the support vector
- is the bias term
- 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