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