Neural Network Toolbox Release Notes |
Upgrading from an Earlier Release
This section describes the upgrade issues involved in moving from the Neural Network Toolbox 3.0 to the Neural Network Toolbox 4.0.
Use of trainwb and trainwb1 Not Recommended
We no longer recommend using trainwb
and trainwb1
, which have been replaced by trainb
and trainr
. The function trainr
differs from trainwb1
in that trainwb1
only presented a single vector each epoch instead of going through all vectors, as is done by trainr
.
Neural Network Toolbox 4.0 Release Notes |