Description Usage Arguments Value
This function goes through one learning iteration of the neural network model using TAGI.
1 | network(NN, mp, Sp, x, y)
|
NN |
Lists the structure of the neural network |
mp |
Mean vector of parameters for each layer μ_{θ} |
Sp |
Covariance matrix of parameters for each layer Σ_{θ} |
x |
Input data |
y |
Response data |
Updated mean vector of parameters for each layer μ_{θ}
Updated covariance matrix of parameters for each layer Σ_{θ}
Mean of predicted responses
Variance of the predicted responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.