Description Usage Arguments Value
This function calculates covariance between derivatives and hidden units.
1 | fcCovdz(mao, mai, Caizi, Caozi, acto, acti, ni, no, B)
|
mao |
Mean vector of activation units from next layer |
mai |
Mean vector of activation units from current layer |
Caizi |
covariance between activation and hidden layers (same layer) |
Caozi |
covariance between activation (next layer) and hidden (current) layers |
acto |
Activation function index for next layer defined by |
acti |
Activation function index for current layer defined by |
ni |
Number of units in current layer |
no |
Number of units in next layer |
B |
Batch size |
Covariance between derivative (next) and hidden (current) layers
Covariance between derivative and hidden layers (same layer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.