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

Hyperbolic tangent sigmoid transfer derivative function

Syntax

dA_dN = dtansig(N,A)

Description

dtansig is the derivative function for tansig.

dtansig(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 tansig neurons.

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

Algorithm

The derivative of tansig is calculated as follows:

See Also

tansig, logsig, dlogsig



[ Previous | Help Desk | Next ]