Description Usage Arguments Details Value Author(s) References See Also
Provides random values to the neuron weights and bias so as to start with. It is usually called by the random.init.NeuralNet function during the construction of the neural object by the newff function.
1 | random.init.MLPneuron(net.number.weights, neuron)
|
net.number.weights |
Number of bias and weight parameters of the neural network the neuron belongs to. |
neuron |
The neuron object. |
The values are assigned according to the suggestions of Haykin.
random.init.MLPneuron returns the input neuron with bias and weights changed randomly.
Manuel Castejón Limas. manuel.castejon@gmail.com
Joaquin Ordieres Meré. j.ordieres@upm.es
Ana González Marcos. ana.gonzalez@unirioja.es
Alpha V. Pernía Espinoza. alpha.pernia@unirioja.es
Francisco Javier Martinez de Pisón. fjmartin@unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es
Simon Haykin. Neural Networks – a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.
random.init.MLPnet
, init.MLPneuron
, newff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.