Radial basis function kernel: Difference between revisions

Content deleted Content added
scalar product was not properly written (i.e. written as a scalar multiplication, which is misleading)
Line 35:
Typically, these take the form of a function ''z'' that maps a single vector to a vector of higher dimensionality, approximating the kernel:
 
:<math>\langle z(\mathbf{x}) \| z(\mathbf{x'}) \rangle \approx \langle \varphi(\mathbf{x}) \| \varphi(\mathbf{x'}) \rangle = K(\mathbf{x}, \mathbf{x'})</math>
 
where <math>\textstyle\varphi</math> is the implicit mapping embedded in the RBF kernel.