9.10 Radial Kernels

image credit: Manin Bocss

  • There are other options besides polynomial kernel functions, and a popular one is a radial kernel.

K(x,xi)=exp(γpj=1(xijxij)2),γ>0

  • For a given test observations x, if it is far from xi, then K(x,xi) will be small given the negative γ and large pj=1(xjxij)2).
  • Thus, xi will play little role in f(x).
  • The predicted class for x is based on the sign of f(x), so training observations far from a given test point play little part in determining the label for a test observation.
  • The radial kernel therefore exhibits local behavior with respect to other observations.