Support Vector Machines
Optimal Hyperplane
Support vector machines create a hyperplane that linearly separates a set of data. This is called the optimal hyperplane.
The equation of optimal hyperplane takes the form:
Support Vectors
Support vectors are the closes data-points in the dataset to the optimal hyperplane. They are used to determine the location of the hyperplane that separates the set.
Using the function for the optimal hyperplane we can say:
The euclidean distance of a support vector from the optimal hyperplane can be calculated by:
Non-Separable Patterns
We can either use a slack variable (
Kernels
We can project each patterns
We can use various types of kernels but the general form of the kernel machine is: