Neural Network Toolbox Previous page   Next Page
plotbr


Purpose

Plot network performance for Bayesian regularization training.

Syntax

plotbr(TR,name,epoch)

Description

plotbr(tr,name,epoch) takes these inputs,

and plots the training sum squared error, the sum squared weight, and the effective number of parameters.

Examples

Here are input values P and associated targets T.

The code below creates a network and trains it on this problem.

During training plotbr was called to display the training record. You can also call plotbr directly with the final training record TR, as shown below.


Previous page  normr plotep Next page

© 1994-2005 The MathWorks, Inc.