Plot training state values
plottrainstate(tr)
plottrainstate(tr) plots the training state from a training record tr returned by train.
tr
train
collapse all
This example shows how to plot training state values using plottrainstate.
plottrainstate
[x, t] = bodyfat_dataset; net = feedforwardnet(10); [net, tr] = train(net, x, t); plottrainstate(tr)
plotfit | plotperform | plotregression
plotfit
plotperform
plotregression
You have a modified version of this example. Do you want to open this example with your edits?