How to save the final value of epoch?

3 次查看(过去 30 天)
Ayesa
Ayesa 2012-2-20
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by