Description Usage Arguments Value
This function calculates parameters' deltas at a given layer when using one observation at the time.
1 | fcParameterBackwardPassB1(Sw, Sb, ma, deltaMr, deltaSr, ni, no)
|
Sw |
Covariance of weights for the current layer |
Sb |
Covariance of biaises for the current layer |
ma |
Mean vector of activation units for the current layer |
deltaMr |
Delta of mean vector of next layer units given y μ_{Z}|y |
deltaSr |
Delta of covariance matrix of next layer units given y Σ_{Z}|y |
ni |
Number of units in current layer |
no |
Number of units in next layer |
Delta of mean vector of weights given y μ_{θ}|y
Delta of covariance matrix of weights given y Σ_{θ}|y
Delta of mean vector of biases given y μ_{θ}|y
Delta of covariance matrix of biaises given y Σ_{θ}|y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.