Main Content

La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.

plottrainstate

Tracer les valeurs d'un état de l’apprentissage

Syntaxe

plottrainstate(tr)

Description

plottrainstate(tr) trace l’état de l’apprentissage à partir d'un enregistrement de l’apprentissage tr renvoyé par train.

Exemples

réduire tout

Cet exemple montre comment tracer les valeurs d'un état de l’apprentissage avec plottrainstate.

[x, t] = bodyfat_dataset;
net = feedforwardnet(10);
[net, tr] = train(net, x, t);

{"String":"Figure Neural Network Training (05-Nov-2022 09:57:21) contains an object of type uigridlayout.","Tex":[],"LaTex":[]}

plottrainstate(tr)

{"String":"Figure Training State (plottrainstate) contains 3 axes objects. Axes object 1 with title Gradient = 62.2481, at epoch 15 contains an object of type line. Axes object 2 with title Mu = 0.001, at epoch 15 contains an object of type line. Axes object 3 with title Validation Checks = 6, at epoch 15 contains an object of type line.","Tex":["Gradient = 62.2481, at epoch 15","Mu = 0.001, at epoch 15","Validation Checks = 6, at epoch 15"],"LaTex":[]}

Historique des versions

Introduit dans R2008a