Radial basis function network: Difference between revisions

Content deleted Content added
m Function approximation: replace local copy of image with copy on commons - should not change anything
Line 9:
:<math>\varphi(\mathbf{x}) = \sum_{i=1}^N a_i \rho(||\mathbf{x}-\mathbf{c}_i||)</math>
 
where ''N'' is the number of neurons in the hidden layer, <math>c_i</math> is the center vector for neuron ''i'', and <math>a_i</math> are the weights of the linear output neuron. In the basic form all inputinputs are connected to each hidden neuron. The norm is typically taken to be the [[Euclidean distance]] and the basis function is taken to be [[Normal distribution|Gaussian]]
 
:<math> \rho \big ( \left \Vert \mathbf{x} - \mathbf{c}_i \right \Vert \big ) \propto \exp \left[ -\beta \left \Vert \mathbf{x} - \mathbf{c}_i \right \Vert ^2 \right] </math>.