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

neural networktraining

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.

Best Answer

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