AIML.com

Machine Learning Resources

What is the kernel trick in SVM?

In the case described above where a transformation is necessary in order to define a hyperplane to separate between classes, the kernel trick allows SVM to form a decision boundary in higher dimensional space without actually going through the computation of transforming the original data. It does this by using a similarity measure between observations that is found from the kernel, or dot product, of observations in the original feature space. This allows SVM to maintain its computational efficiency when there are many features. 

Partner Ad