필터 지우기
필터 지우기

neural network performance plot

조회 수: 2 (최근 30일)
nazli melek
nazli melek 2012년 11월 7일
hi every body I have a dataset to train using different training algorithms. BUT I am asked to plot performance versus time, instead of epoch numbers, I am suggested to use tic-toc in my code. but I am totally confused.is it possible? any idea?

채택된 답변

Greg Heath
Greg Heath 2012년 11월 9일
[ net tr ] = train(net,x,t);
tr is a structure which contains time histories of quantities that can be used for plotting.
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