Description Usage Arguments Details Value
This function updates last hidden layer units using responses. It updates μ_{Z^{(0)}|y} and Σ_{Z^{(0)}|y} from the Z^{(0)}|y distribution.
1 | forwardHiddenStateUpdate(mz, Sz, mzF, SzF, Cyz, y)
|
mz |
Mean vector of units for the last hidden layer μ_{X^{(0)}} |
Sz |
Covariance matrix of units for the last hidden layer Σ_{Z^{(0)}} |
mzF |
Mean vector of units for the output layer μ_{y} |
SzF |
Covariance matrix of tunits for the output layer Σ_{y} |
Cyz |
Covariance matrix between last hidden layer units and responses Σ_{YZ^{(0)}} |
y |
Response data |
f(\boldsymbol{z}^{(0)}|\boldsymbol{y}) = \mathcal{N}(\boldsymbol{z}^{(0)};\boldsymbol{μ_{Z^{(0)}|y}},\boldsymbol{Σ_{Z^{(0)}|y}}) where
\boldsymbol{μ_{{Z}^{(0)}|y}} = \boldsymbol{μ_{Z^{(0)}}} + \boldsymbol{Σ_{YZ^{(0)}}^{T}}\boldsymbol{Σ^{-1}_{Y}}(\boldsymbol{y} - \boldsymbol{μ_{Y}})
\boldsymbol{Σ_{{Z}^{(0)}|y}} = \boldsymbol{Σ_{Z^{(0)}}} - \boldsymbol{Σ_{YZ^{(0)}}^{T}}\boldsymbol{Σ^{-1}_{Y}}\boldsymbol{Σ_{YZ^{(0)}}}
Mean vector of last hidden layer units given y μ_{Z^{(0)}|y}
Covariance matrix of last hidden layer units given y Σ_{Z^{(0)}|y}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.