Kernel Method

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Apr 6 1:25
Editor
Edited
Edited
2024 Dec 6 16:8

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

Recommendations