Description Usage Arguments Value
This function calculates covariance between derivatives and weights and covariance between derivatives from consecutive layers.
1 | fcCovdwddd(mao, Sao, mai, Sai, Caow, Caoai, acto, acti, ni, no, B)
|
mao |
Mean vector of activation units from next layer |
Sao |
Covariance of activation units from next layer |
mai |
Mean vector of activation units from current layer |
Sai |
Covariance of activation units from current layer |
Caow |
Covariance between activation units and weights |
Caoai |
Covariance between activation units from current and next 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 derivatives and weights
Covariance between derivatives from current and next layers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.