Neural Network Toolbox |
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:
trainb
--
Batch training function
trainc
--
Cyclical order incremental training function
trainr
--
Random order incremental training function
trains
--
Sequential order incremental training function
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.
What's New in Version 4.0 | Design of General Linear Networks |
© 1994-2005 The MathWorks, Inc.