neural network performance plot

2 次查看(过去 30 天)
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