Description Usage Arguments Value
This function calculates mean of squared products of first derivatives (wd)^2. Every products (weight times node) from current layer are considered which results in a (B*ni x no)-matrix.
1 | fcCombinaisonDweightNode(mpdi, mw, Sw, mda, Sda, ni, no, B)
|
mpdi |
Mean vector of first derivative product wd of current layer |
mw |
Mean vector of weights for the current layer |
Sw |
Covariance of weights for the current layer |
mda |
Mean vector of activation units' first derivative from current layer |
Sda |
Covariance of activation units' first derivative from current layer |
ni |
Number of units in current layer |
no |
Number of units in next layer |
B |
Batch size |
Mean matrix of squared products of first derivatives
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.