Description Usage Arguments Value
This function calculates parameter's deltas.
1 | parameterBackwardPass(NN, theta, states, deltaM, deltaS)
|
NN |
Lists the structure of the neural network |
theta |
List of parameters |
states |
List of states |
deltaM |
Delta of mean vector of units given y μ_{Z}|y at all layers |
deltaS |
Delta of covariance matrix of units given y Σ_{Z}|y at all layers |
Parameters' deltas (mean and covariance for each)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.