Radial Basis Function Kernel

Analyses the similarity of data points (more or less Clustering).

Pros

  • most popular kernel
  • useful when data is arranged in clusters

Cons

  • only good in low-dimensional spaces

Roughly, a Similarity function between a pair of examples, via the minus sign. Uses exponential function to map values between 1 (similar) and 0 (dissimilar).

or simplified to

Here is a free parameter that can be optimized and set in the scikit learn model. You can control the tightness of the fit with this parameter which of course also affects Overfitting and Underfitting of the model.

Low Gamma Value

High Gamma Value