Content deleted Content added
No edit summary |
No edit summary |
||
Line 11:
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 inputs 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 )
The Gaussian basis functions are local in the sense that <math>\lim_{||x|| \to \infty}\rho(\left \Vert \mathbf{x} - \mathbf{c}_i \right \Vert)</math>. Changing parameters of one neuron has only a small effect for input values that are far away from the center of that neuron.
|