Kernel Methods
Kernel Methods
As neural networks started to gain some respect among researchers in the 1990s,
thanks to this first success, a new approach to machine learning rose to fame and
quickly sent neural nets back to oblivion: kernel methods
Kernel methods are a group of classification algorithms, the best known of which is the
support vector machine
(SVM).
To classify new data points, you just need to check which side of the decision
boundary they fall on.