Description Usage Arguments Value
This function calculate the covariance matrix of the units Σ_{Z} for a given layer.
1 | covarianceSz(mp, ma, Sp, Sa, idxFSwaF, idxFSwaFb)
|
mp |
Mean vector of parameters for the current layer |
ma |
Mean vector of activation units from previous layer |
Sp |
Covariance matrix of parameters for the current layer |
Sa |
Covariance matrix of activation units from previous layer |
idxFSwaF |
Indices for weights and for activation units for the current and previous layers respectively |
idxFSwaFb |
Indices for biases of the current layer |
Covariance matrix of units for the current layer Σ_{Z}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.