Description Usage Arguments Value
This function calculate the covariance matrices between units and parameters Σ_{ZW} and Σ_{ZB} for a given layer.
1 | covarianceCzp(ma, Sp, idxFCwwa, idxFCb)
|
ma |
Mean vector of activation units from previous layer μ_{A} |
Sp |
Covariance matrix of parameters for the current layer Σ_{θ} |
idxFCwwa |
Indices for weights and for activation units for the current and previous layers respectively |
idxFCb |
Indices for biases of the current layer |
Covariance matrix between units and biases for the current layer Σ_{ZB}
Covariance matrix between units and weights for the current layer Σ_{ZW}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.