Description Usage Arguments Value
This function assigns indices for all covariance elements in the neural network.
1 | covariance(NN)
|
NN |
Lists the structure of the neural network |
NN with new elements:
Indices (weights and activation units) for deterministic matrix F * μ_{WA} for each layer
Bias indices for deterministic matrix F * μ_{B} for each layer
Indices (weights and activation units) for deterministic matrix F * Σ_{ZWA} for each layer
Indices for the parameter update step for each layer
Indices for the hidden state update step for each layer
Indices (weights and activation units) for deterministic matrix F * Σ_{WAθ} for each layer
Indices for activation unit for each layer
Bias indices for deterministic matrix F * Σ_{B} for each layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.