Description Usage Arguments Value
This function calculates mean of combination of products of first derivatives (wd)*(wd). Each node is multiplied to another node in the same layer (including itself). Their weights are both pointing to the same node in the next layer.
1 | fcCombinaisonDnode(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 array of combination of products of first derivatives
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.