Description Usage Arguments Value
This function calculates covariance cov(wdowdo,wdiwdi) where the di terms are the same when next second layer involves multiplied terms (wdo2wdo2). It is used when there are at least 3 hidden layers.
1 | fcCwdowdowwdi2_3hl(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 the di terms are the same
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.