Learn Before
Concept
Radial Basis Function (RBF) Kernel in SVM
The similarity between two points and the transformed feature space is an exponentially decaying function of the distance between the vectors and the original input space.
Using this kernel, the linear decision boundary in the feature space corresponds to a non-linear decision boundary in the original input space.

0
1
Updated 2021-03-03
Tags
Data Science