SVM (with features) Maximum margin principle Slack variables allow for margin violation Math basics Solve the constrained optimization problem: Method of Lagrangian Multipliers
2020-07-13
Kernel function Given a mapping function , the function is called a kernel function. βA kernel is a function that returns the result of a dot product performed in another space.
2020-07-13
π― Goal of SVM To find the optimal separating hyperplane which maximizes the margin of the training data it correctly classifies the training data it is the one which will generalize better with unseen data (as far as possible from data points from each category) SVM math formulation Assuming data is linear separable
2020-07-13