Kernel

##Radial basis function kernel

Radial basis function kernel or called RBF kernel is always being used in SVM classification. The RBF kernel on 2 features is defined as:

K(x,x,)=exp(xx,22σ2)K(x,x^,) = exp(\frac{||x-x^,||^2}{2\sigma^2})

Where xx and x,x^, are two features, xx,2||x-x^,||^2 is the Euclidean Distance between these 2 features, σ\sigma is the free parameter

Author: shixuan liu
Link: http://tedlsx.github.io/2019/09/16/kernel/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Donate
  • Wechat
  • Alipay

Comment
Catalog