Radial basis function network: Difference between revisions

Content deleted Content added
Jtaylor100 (talk | contribs)
Baconp (talk | contribs)
Line 205:
 
It can be shown that the interpolation matrix in the above equation is non-singular, if the points <math>\mathbf x_i</math> are distinct, and thus the weights <math>w</math> can be solved by simple linear algebra:
:<math>\mathbf{w} = \mathbf{G}^{-1} \mathbf{b}</math>{{Specify|reason=What does capital G stand for? A vector of g_ij values?}}
where <math>G = (g_{ij})</math>.
 
===Function approximation===