Neural Network Toolbox | ![]() ![]() |
Network Training
[net,tr] = train(net,Pseq,Tseq);
As this function finishes training at 500 epochs, it displays the following plot of errors.
The final mean-squared error was about 1.8e-2. We can test the network to see what this means.
![]() | Network Initialization | Network Testing | ![]() |