Neural Network Toolbox
  Go to function:
    Search    Help Desk 
plotperf    Examples

Plot network performance

Syntax

plotperf(tr,goal,name,epoch)

Description

plotperf(TR,goal,name,epoch) takes these inputs,

and plots the training performance, and if available, the performance goal, validation performance, and test performance.

Examples

Here are 8 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 was called to display the training record. You can also call plotperf directly with the final training record TR, as shown below.



[ Previous | Help Desk | Next ]