Neural Network Toolbox Previous page   Next Page

New Training Functions

The toolbox now has four training algorithms that apply weight and bias learning rules. One algorithm applies the learning rules in batch mode. Three algorithms apply learning rules in three different incremental modes:

All four functions present the whole training set in each epoch (pass through the entire input set).

These new training functions are relatively fast because they generate M-code. The functions trainb, trainc, trainr, and trains all generate a temporary M-file consisting of specialized code for training the current network in question.


Previous page  What's New in Version 4.0 Design of General Linear Networks Next page

© 1994-2005 The MathWorks, Inc.