How to save the result of the training weigths in a matlab neural network (e.g. NARX)

1 view (last 30 days)
I have to loop the training of a neural network that every step its weights are initialized as the final weights of the previews training.

Accepted Answer

Greg Heath
Greg Heath on 15 Oct 2016
When training in a loop the weights at the beginning of non-initial loops are AUTOMATICALLY the same as the weights at the end of the previous loop.
Hope this helps
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!