Description Usage Arguments Value Author(s) References
Function to make different window filters (mean, median, max, min, gauss, rect).
1 |
net |
Neural Network to train. |
P |
Training set input values. |
T |
Training set output values |
n.epochs |
Number of epochs to train. |
g |
Adaptative function used for training. The default provides a quicker C code version of the adaptative backpropagation with momentum method. |
error.criterium |
Criterium used to measure the goodness of fit. |
Stao |
Initial value of the S parameter used by the TAO algorithm. |
report |
Logical value indicating whether the training function should keep quiet or should provide graphical/written information during the training process instead. |
show.step |
If report is TRUE then a report is provided every show.step epochs. |
This function returns a trained Neural Network object with weights and biases adjusted by the adaptative backpropagation with momentum method. The whole training set is considered.
Francisco Javier Martinez de Pisón.
francisco.martinez@dim.unirioja.es
Miguel Lodosa Ayala.
miguelodosa@hotmail.com
Pernia Espinoza, A.V. "TAO"
Simon Haykin. Neural Networks. A comprehensive foundation. 2nd Edition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.