Clear Filters
Clear Filters

How to save the final value of epoch?

3 views (last 30 days)
Ayesa
Ayesa on 20 Feb 2012
Hi. I am using Matlab 7.6 and working with neural network. I made some changes in the code of 'calcperf2.m'. The changes begin from line no. 129 (% Input Weights -> Weighed Inputs) in 'calcperf2.m'.
Now i want to save the result (due to the change in 'calcperf2.m') when NN finishes the final "epoch". So while retraining the NN , it will start with the previously saved result. How can i save the value of final epoch? Please help me. Thanks.

Answers (1)

Greg Heath
Greg Heath on 20 Feb 2012
Nepochs = tr.epochs(end);
Hope this helps.
Greg

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!