BATCHgdwm.UpdateWeights.MLPneuron {AMORE}R Documentation

Update weights.

Description

This function is used after the forward pass to change the values of the weights and the bias.

Usage

BATCHgdwm.UpdateWeights.MLPneuron(net, ind.MLPneuron)

Arguments

net Neural Network that is being trained.
ind.MLPneuron Index of the neuron to be updated.

Value

This function returns with the weights and bias values accordingly modified.

Author(s)

Manuel Castejón Limas. manuel.castejon@unileon.es
Joaquin Ordieres Meré. joaquin.ordieres@dim.unirioja.es
Ana González Marcos. ana.gonzalez@unileon.es
Alpha V. Pernía Espinoza. alpha.pernia@alum.unirioja.es
Eliseo P. Vergara Gonzalez. eliseo.vergara@dim.unirioja.es
Francisco Javier Martinez de Pisón. francisco.martinez@dim.unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es

References

Simon Haykin. Neural Networks. A comprehensive foundation. 2nd Edition.

See Also

BATCHgdwm.UpdateWeights.MLPnet, train


[Package AMORE version 0.2-0 Index]