Generalized Distance or Vector Similarity
The Kernel Trick is different from Kernel
The input data is mapped to a higher-dimensional space to enable modeling with linear functions, using inner product operations in the mapped space to calculate linear functions. By doing this, non-linear problems are solved. For Non-separable case, kernel mapping increase the likelihood to find linearly separable but cannot guarantee it.
Data → Feature Map → Kernel → Linear Classifier → Linear Combination
<> means Vector Similarity and means vector kernel mapping function
- If K is a valid kernel, K must be symmetric
- If K is a valid kernel, K must be semi-definite
Kernel Method Notion
Kernel Methods
Bayesian Kernel