Description Usage Arguments Value
This function returns the resulting derivatives from the neural network model using TAGI.
1 | runBatchDerivative(NN, xtrain, ytrain, xtest, ytest)
|
NN |
Lists the structure of the neural network |
xtrain |
Training set of input variables |
ytrain |
Training set of responses |
xtest |
Testing set of input variables |
ytest |
Testing set of responses |
Mean of predicted responses
Variance of the predicted responses
Mean of first derivative of predicted responses
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.