필터 지우기
필터 지우기

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 CenterFile Exchange에서 Sequence 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