forwardpass.R.NeuralNet {AMORE}R Documentation

Simulate a Neural Network response.

Description

Performs the simulation of a Neural Network propagating the input signals to the neurons's output. Mainly used by the link{sim.NeuralNet} function.

Usage

 forwardpass.R.NeuralNet(net,Pvector) 

Arguments

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

Value

This function returns the propagated 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.NeuralNet


[Package AMORE version 0.1.1 Index]