Is there a difference between incremental training using ADAPT and TRAIN in Neural Network Toolbox 6.0 (R2008a)?
Show older comments
I have found that ADAPT (using "trains" as trainFcn) can be used to perform incremental training. Furthermore the documentation (under "Training Styles - Batch Training") states:
".Incremental training can only be done with adapt; train can only perform batch training."
The documentation also mentions that the TRAIN function with the trainFcn "trainc" also performs incremental training. From what I understood from the description it works identically to ADAPT with the advantage that it has additional stop-conditions (performance goal reached, max numer of epochs, max time).
I would like to know if TRAIN using "trainc" as trainFcn really performs incremental training although it was mentioned in the documentation that TRAIN can only perform batch training.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!