Learn R Programming

AMORE (version 0.1.1)

forward.adapt.R.neuron: Perform the neuron forward pass in the adaptative training.

Description

This function is similar to forwardpass.R.neuron but the derivative of the activation function of the neuron is also calculated.

Usage

forward.adapt.R.neuron(net,ind.neuron)

Arguments

net
Neural Network to adapt.
ind.neuron
Index of the neuron to forward pass.

Value

  • This function returns the forward passed neuron.

encoding

latin1

References

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

See Also

forwardpass.R.NeuralNet, forward.adapt.R.NeuralNet