forward.adapt.R.NeuralNet {AMORE}R Documentation

Perform the forward pass in the adaptative training.

Description

This function is similar to forwardpass.R.NeuralNet but the derivative of the activation function of the Neural Network neurons are also calculated.

Usage

 forward.adapt.R.NeuralNet(net,Pvector) 

Arguments

net Neural Network to adapt.
Pvector Input vector to propagate.

Value

This function returns the forward passed Neural Network.

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

forwardpass.R.neuron, forward.adapt.R.neuron


[Package AMORE version 0.1.1 Index]