Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

random.init.MLPneuron

Initialize the neuron with random weigths and bias.


Description

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.

Usage

random.init.MLPneuron(net.number.weights, neuron)

Arguments

net.number.weights

Number of bias and weight parameters of the neural network the neuron belongs to.

neuron

The neuron object.

Details

The values are assigned according to the suggestions of Haykin.

Value

random.init.MLPneuron returns the input neuron with bias and weights changed randomly.

Author(s)

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

References

Simon Haykin. Neural Networks – a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.

See Also


AMORE

Artificial Neural Network Training and Simulating

v0.2-16
GPL (>= 2)
Authors
Manuel Castejon Limas, Joaquin B. Ordieres Mere, Ana Gonzalez Marcos, Francisco Javier Martinez de Pison Ascacibar, Alpha V. Pernia Espinoza, Fernando Alba Elias, Jose Maria Perez Ramos
Initial release
2020-02-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.