Description Usage Arguments Value
This function calculates mean of product of derivatives, when new product term involves second derivatives (wdd).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | fcDerivative2(
mw,
mwo,
mao,
mai,
mdai,
mddai,
mpddi,
mdgo,
mdgo2,
Caoai,
Cdow,
Cdodi,
acti,
ni,
no,
no2,
B
)
|
mw |
Mean vector of weights for the current layer |
mwo |
Mean vector of weights for the next layer |
mao |
Mean vector of activation units from next layer |
mai |
Mean vector of activation units from current layer |
mdai |
Mean vector of activation units' first derivative from current layer |
mddai |
Mean vector of activation units' second derivative from current layer |
mpddi |
Mean vector of second derivative product wdd of current layer |
mdgo |
Mean vector of product of derivatives in next layer |
mdgo2 |
Mean vector of product of derivatives in second next layer |
Caoai |
Covariance between activation units from current and next layers |
Cdow |
Covariance between first derivatives and weights |
Cdodi |
Covariance between first derivatives from current and next layers |
acti |
Activation function index for current layer defined by |
ni |
Number of units in current layer |
no |
Number of units in next layer |
no2 |
Number of units in second next layer |
B |
Batch size |
Mean of product terms for second derivative calculations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.