Description Usage Arguments Value
This function calculates mean and variance of weights times derivatives products terms.
1 | fcMeanVarDlayer(mx, Sx, my, mye, Sy, Cxy, ni, no, no2, B)
|
mx |
Mean vector of inputs |
Sx |
Variance of inputs |
my |
Mean vector of outputs |
mye |
Mean derivatives at each node in next layer |
Sy |
Variance of outputs |
Cxy |
Covariance between inputs and outputs |
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 |
Mean of weights times derivatives products terms
Covariance between weights times derivatives products terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.