Neural Network Toolbox Previous page   Next Page
dmae

Mean absolute error performance derivative function

Syntax

dPerf_dE = dmae('e',E,X,PERF,PP)

dPerf_dX = dmae('x',E,X,PERF,PP)

Description

dmae is the derivative function for mae.

dmae('d',E,X,PERF,PP) takes these arguments,

and returns the derivative dPerf/dE.

dmae('x',E,X,PERF,PP) returns the derivative dPerf/dX.

Examples

Here we define E and X for a network with one 3-element output and six weight and bias values.

Here we calculate the network's mean absolute error performance, and derivatives of performance.

Note that mae can be called with only one argument and dmae with only three arguments because the other arguments are ignored. The other arguments exist so that mae and dmae conform to standard performance function argument lists.

See Also

mae


Previous page  dlogsig dmse Next page

© 1994-2005 The MathWorks, Inc.