Radial basis function: Difference between revisions

Content deleted Content added
Line 65:
where the approximating function <math display="inline">y(\mathbf{x})</math> is represented as a sum of <math>N</math> radial basis functions, each associated with a different center <math display="inline">\mathbf{x}_i</math>, and weighted by an appropriate coefficient <math display="inline">w_i.</math> The weights <math display="inline">w_i</math> can be estimated using the matrix methods of [[Weighted least squares|linear least squares]], because the approximating function is ''linear'' in the weights ''<math display="inline">w_i</math>''.
 
Approximation schemes of this kind have been particularly used{{citation needed|date=July 2013}} in [[time series prediction]] and [[Control theory|control]] of [[nonlinear systems]] exhibiting sufficiently simple [[chaos theory|chaotic]] behaviour, and 3D reconstruction in [[computer graphics]] (for example, [[hierarchical RBF]]) and [[Pose Space Deformation]]).
 
==RBF Network==