www.gusucode.com > nnet 案例源码 matlab代码程序 > nnet/PlottrainstateExample.m

    %% plottrainstate
%% code 

% Copyright 2015 The MathWorks, Inc.

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