Neural Network Toolbox
  Go to function:
    Search    Help Desk 
dposlin    Examples   See Also

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 | Help Desk | Next ]