Description Usage Arguments Value
This function trains neural network models to solve a regression problem.
1 | regression(NN, x, y, trainIdx, testIdx)
|
NN |
Lists the structure of the neural network |
x |
Input data |
y |
Response data |
trainIdx |
Observations IDs that are assigned to the training set |
testIdx |
Observations IDs that are assigned to the testing set |
Mean vector of parameters for each layer μ_{θ}
Covariance matrix of parameters for each layer Σ_{θ}
RMSE and LL metrics for each network models created
Training time of each neural network models created
Mean of predicted responses
Variance of the predicted responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.