Description Usage Arguments Value
This function does derivative calculations.
1 | derivative(NN, theta, states, mda, Sda, mdda, Sdda, dlayer)
|
NN |
Lists the structure of the neural network |
theta |
List of parameters |
states |
List of states |
mda |
Mean vectors of activation units' first derivative |
Sda |
Covariance matrices of activation units' first derivative |
mdda |
Mean vectors of activation units' second derivative |
Sdda |
Covariance matrices of activation units' second derivative |
dlayer |
layer from which derivatives will be in respect to |
Mean of first derivative of predicted responses
Variance of first derivative of predicted responses
Covariance between derivatives and inputs
Mean of second derivative of predicted responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.