This document discusses kernel methods and support vector machines. It begins by introducing maximum margin classifiers and support vector machines. It then discusses how data can be mapped to higher dimensional feature spaces to allow for nonlinear classification. Kernel methods are introduced as a way to implicitly map data to high dimensional feature spaces through the use of kernel functions, avoiding explicit feature mapping. Common kernel functions are provided as examples. The key properties of kernels and kernel matrices are summarized.
Related topics: