Description Usage Arguments Value
This function calculates covariance cov(wdowdo,wdiwdi) where all terms can be different. It is used when there are at least 4 hidden layers.
1 | fcCwdowdowdiwdi_4hl(mpdi, mpdo, mdgo2, Cdgodgi, acti, ni, no, no2, B)
|
mpdi |
Mean vector of first derivative product wd of current layer |
mpdo |
Mean vector of first derivative product wd of next layer |
mdgo2 |
Mean vector of product of derivatives in second next layer |
Cdgodgi |
Covariance between weights times derivatives from consecutive layers |
acti |
Activation function index for current layer defined by |
ni |
Number of units in current layer |
no |
Number of units in next layer |
no2 |
Number of units in second next layer |
B |
Batch size |
Covariance cov(wdowdo,wdiwdi) where all terms can be different
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.