Description Usage Arguments Value
This function normalizes data before entering the neural network.
1 | normalize(xtrain, ytrain, xtest, ytest)
|
xtrain |
Training set of input variables |
ytrain |
Training set of responses |
xtest |
Testing set of input variables |
ytest |
Testing set of responses |
Normalized training set of input variables
Normalized training set of responses
Normalized testing set of input variables
Normalized testing set of responses
Mean vector of input variables from training set
Covariance matrix of input variables from training set
Mean vector of responses from training set
Covariance matrix of responses from training set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.