Description Usage Arguments Value
This function calculates covariance between activation units and weights and covariance between activation units from consecutive layers.
1 | fcCovawaa(mw, Sw, Jo, mai, Sai, ni, no, B)
|
mw |
Mean vector of weights for the current layer |
Sw |
Covariance of weights for the current layer |
Jo |
Jacobian of next layer |
mai |
Mean vector of activation units from current layer |
Sai |
Covariance of activation units from current layer |
ni |
Number of units in current layer |
no |
Number of units in next layer |
B |
Batch size |
Covariance between activation units and weights
Covariance between activation units from current and next layers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.