Effacer les filtres
Effacer les filtres

neural network performance plot

2 vues (au cours des 30 derniers jours)
nazli melek
nazli melek le 7 Nov 2012
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?

Réponse acceptée

Greg Heath
Greg Heath le 9 Nov 2012
[ 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

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by