Content deleted Content added
added Category:Support vector machines using HotCat |
”Simpler” in this context is an opinionated term, not a fact Tags: Mobile edit Mobile web edit |
||
Line 5:
:<math>K(\mathbf{x}, \mathbf{x'}) = \exp\left(-\frac{\|\mathbf{x} - \mathbf{x'}\|^2}{2\sigma^2}\right)</math>
<math>\textstyle\|\mathbf{x} - \mathbf{x'}\|^2</math> may be recognized as the [[Euclidean distance#Squared Euclidean distance|squared Euclidean distance]] between the two feature vectors. <math>\sigma</math> is a free parameter. An equivalent
:<math>K(\mathbf{x}, \mathbf{x'}) = \exp(-\gamma\|\mathbf{x} - \mathbf{x'}\|^2)</math>
|