Neural Network Toolbox |
Derivative of net input product function
Syntax
Description
dnetprod
is the net input derivative function for netprod
.
and returns the S
x Q
derivative dN/dZ
.
Examples
Here we define two weighted inputs for a layer with three neurons.
We calculate the layer's net input N
with netprod
and then the derivative of N
with respect to each weighted input.
Algorithm
The derivative of a product with respect to any element of that product is the product of the other elements.
See Also
dmsereg | dnetsum |
© 1994-2005 The MathWorks, Inc.