フィルターのクリア

How to save the final value of epoch?

2 ビュー (過去 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 Center および File ExchangeImage Data Workflows についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by