Description Usage Arguments Value
This function goes through one learning iteration of the neural network model using TAGI with derivative calculations.
1 | batchDerivative(NN, theta, normStat, states, x, Sx, y, dlayer)
|
NN |
Lists the structure of the neural network |
theta |
List of parameters |
normStat |
Normalized statistics |
states |
List of states |
x |
Input data |
Sx |
Variance of input data |
y |
Response data |
dlayer |
Layer from which derivatives will be in respect to |
List of parameters
List of normalized statistics
Mean of predicted responses
Variance of predicted responses
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.