Neural Network Toolbox |
Derivative of positive linear transfer function
Syntax
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
dotprod | dpurelin |
© 1994-2005 The MathWorks, Inc.