Neural Network Toolbox Previous page   Next Page
dposlin

Derivative of positive linear transfer function

Syntax

dA_dN = dposlin(N,A)

Description

dposlin is the derivative function for poslin.

dposlin(N,A) takes two arguments, and returns the S x Q derivative dA/dN.

Examples

Here we define the net input N for a layer of 3 poslin neurons.

We calculate the layer's output A with poslin and then the derivative of A with respect to N.

Algorithm

The derivative of poslin is calculated as follows:

See Also

poslin


Previous page  dotprod dpurelin Next page

© 1994-2005 The MathWorks, Inc.