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