Content deleted Content added
m edit citations - add urls |
m in math equation, no need "_2" |
||
Line 3:
The RBF kernel on two samples '''x''' and '''x'''', represented as feature vectors in some ''input space'', is defined as<ref name="primer">Vert, Jean-Philippe, Koji Tsuda, and Bernhard Schölkopf (2004). [http://cbio.ensmp.fr/~jvert/publi/04kmcbbook/kernelprimer.pdf "A primer on kernel methods".] ''Kernel Methods in Computational Biology''.</ref>
:<math>K(\mathbf{x}, \mathbf{x'}) = \exp\left(-\frac{||\mathbf{x} - \mathbf{x'}||
<math>\textstyle||\mathbf{x} - \mathbf{x'}||
:<math>K(\mathbf{x}, \mathbf{x'}) = \exp(\gamma||\mathbf{x} - \mathbf{x'}||
Since the value of the RBF kernel decreases with distance and ranges between zero (in the limit) and one (when {{math|'''x''' {{=}} '''x''''}}), it has a ready interpretation as a [[similarity measure]].<ref name="primer"/>
Line 21:
}}</ref>
:<math>\exp\left(-\frac{1}{2}||\mathbf{x} - \mathbf{x'}||
\exp\left(-\frac{1}{2}||\mathbf{x'}||
==Approximations==
|