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

Derivative of saturating linear transfer function

Syntax

dA_dN = dsatlin(N,A)

Description

dsatlin is the derivative function for satlin.

dsatlin(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 satlin neurons.

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

Algorithm

The derivative of satlin is calculated as follows:

See Also

satlin



[ Previous | Help Desk | Next ]