Neural Network Toolbox Previous page   Next Page
dlogsig

Log sigmoid transfer derivative function

Syntax

dA_dN = dlogsig(N,A)

Description

dlogsig is the derivative function for logsig.

dlogsig(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 logsig and then the derivative of A with respect to N.

Algorithm

The derivative of logsig is calculated as follows:

See Also

logsig, tansig, dtansig


Previous page  dist dmae Next page

© 1994-2005 The MathWorks, Inc.