| Neural Network Toolbox | |
| Provide feedback about this page |
Syntax
Description
plotperf(TR,goal,name,epoch) takes these inputs,
TR |
Training record returned by train |
goal |
Performance goal (default = NaN) |
name |
Training function name (default = '') |
epoch |
Number of epochs (default = length of training record) |
and plots the training performance and, if available, the performance goal, validation performance, and test performance.
Examples
Here are eight input values P and associated targets T, plus a like number of validation inputs VV.P and targets VV.T.
The code below creates a network and trains it on this problem.
During training plotperf is called to display the training record. You can also call plotperf directly with the final training record TR, as shown below.
| Provide feedback about this page |
![]() | plotpc | plotperform | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |