Kernel functions

224 Views Asked by At

enter image description here

Shown is the kernel function $k(x,x')$ for $x'=0.$ Their point is to show the localization of kernel func. But if $x'=0$, how is it varying over space. Shouldn't the dot product be zero?

Can someone please explain the graphs in the 2nd row in the picture.This is taken from CM Bishop.

The polynomial kernel function k(x,x') is defined as (x(trpose)*x' + c)^2

2

There are 2 best solutions below

0
On BEST ANSWER

The graphs show the kernel function vary as function of x', when the similarity measure is computed for x=0 example exp(-(x-x')/2B)

0
On

There is an error in the figure, which was fixed by the authors in the book's errata. You can find the correct figure here: https://www.microsoft.com/en-us/research/wp-content/uploads/2016/05/prml-errata-1st-20110921.pdf