Description Usage Arguments Value
This function feeds the neural network forward from input data to responses.
1 | feedForward(NN, x, mp, Sp)
|
NN |
Lists the structure of the neural network |
x |
Input data |
mp |
Mean vectors of parameters for each layer μ_{θ} |
Sp |
Covariance matrices of parameters for each layer Σ_{θ} |
Mean vectors of units for each layer μ_{Z}
Covariance matrices of units for each layer Σ_{Z}
Covariance matrices between units and weights for each layer Σ_{ZW}
Covariance matrices between units and biases for each layer Σ_{ZB}
Covariance matrices between previous and current units for each layer Σ_{ZZ^{+}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.