Description Usage Arguments Value
This function properly reformats covariance matrix between units and parameters Σ_{Zθ} for the update step.
1 | buildCzp(Czw, Czb, currentHiddenUnit, prevHiddenUnit, batchSize)
|
Czw |
Covariance matrix between units and weights for the current layer |
Czb |
Covariance matrix between units and baises for the current layer |
currentHiddenUnit |
Number of units in the current layer |
prevHiddenUnit |
Number of units in the previous layer |
batchSize |
Number of observations trained at the same time |
Reformatted covariance matrix between units and parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.