BATCHgd.Forward.MLPnet {AMORE}R Documentation

Performs the forward pass in the BATCHgd training method.

Description

Written to be called by the BATCHgd.MLPnet function.

Usage

BATCHgd.Forward.MLPnet(net,P, T)
BATCHgd.Forward.MLPnet.R(net,P, T)
 

Arguments

net Neural Network to adapt.
P Input training set to propagate.
T Target data set to approximate.

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

BATCHgd.Forward.MLPneuron, BATCHgd.MLPnet


[Package AMORE version 0.2-0 Index]