Concept
SVM Kernel Function
The kernel function in an SVM model calculates the similarity in the new feature space of two points in the original feature space.
The SVM Gaussian kernel function is more complicated than the linear kernel function model, and it is easy to overfit.
0
1
Updated 2021-11-04
Tags
Data Science