Description Usage Arguments Value
This function calculate the mean vector of units μ_{Z} and the covariance matrix of the units Σ_{Z}for a given layer.
1 | fcMeanVar(mz, Sz, mw, Sw, mb, Sb, ma, Sa, ni, no, B, rB)
|
mw |
Mean vector of weights for the current layer |
Sw |
Covariance of weights for the current layer |
mb |
Mean vector of biases for the current layer |
Sb |
Covariance of biases for the current layer |
ma |
Mean vector of activation units from previous layer |
Sa |
Covariance of activation units from previous layer |
ni |
Number of units in previous layer |
no |
Number of units in current layer |
B |
Batch size |
rB |
Number of times batch size is repeated |
Mean vector of units for the current layer μ_{Z}
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.