Neural Network Toolbox Previous page   Next Page
dsatlins

Derivative of symmetric saturating linear transfer function

Syntax

dA_dN = dsatlins(N,A)

Description

dsatlins is the derivative function for satlins.

dsatlins(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 satlins neurons.

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

Algorithm

The derivative of satlins is calculated as follows:

See Also

satlins


Previous page  dsatlin dsse Next page

© 1994-2005 The MathWorks, Inc.