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