フィルターのクリア

How to view number of iteration in neural network?

2 ビュー (過去 30 日間)
Explorer
Explorer 2016 年 4 月 7 日
編集済み: Greg Heath 2016 年 4 月 19 日
I have created Neural Network using npr tool. I want to number of iterations used in this network.

採用された回答

Greg Heath
Greg Heath 2016 年 4 月 10 日
編集済み: Greg Heath 2016 年 4 月 19 日
If you use the command line window, that and
other useful info is contained in the training
record tr:
[ net tr ] = train( net, x, t );
Just use
tr = tr % NO SEMICOLON!
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by