Description Usage Arguments Value
This function feeds the neural network forward from input data to responses and considers components required for derivative calculations.
1 | feedForwardPass(NN, theta, states)
|
NN |
Lists the structure of the neural network |
theta |
List of parameters |
states |
List of states |
Updated states
Mean vectors of activation units' first derivative
Covariance matrices of activation units' first derivative
Mean vectors of activation units' second derivative
Covariance matrices of activation units' second derivative
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.