SVM Gaussian Kernel

SVM Gaussian Kernel

by Lucas David Meier -
Number of replies: 1

 Hello,

In the theory slides "High-Dimensional Features and KernelsFile" at page 40 it is said that the gaussian Kernel is of the form exp(- (||x-x'||^2 ) / (sigma^2)) . I wonder if it is a typo, or if it was a choice to omit the 1/2 factor in the exponent, since Gaussian models usually are of the form exp(- (||x-x'||^2 ) / (2*sigma^2)).

Thank's for considering this.

Yours sincerely,

Lucas