Description Usage Arguments Value
Cross Validate Tuning Parameters of Deep Neural Network
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
| formula | a model formula | 
| data | a training data set | 
| cv.method | preferably one of "boot632" (the default), "cv", or "repeatedcv". | 
| folds | a vector of pre-set cross-validation or bootstrap folds from caret::createResample or caret::createFolds. | 
| nfolds | the number of bootstrap or cross-validation folds to use. defaults to 5. | 
| max.layers | the largest number of layers to consider. | 
| nrep | the number of repetitions for cv.method = "repeatedcv". defaults to 4. | 
| crit | the criterion by which to evaluate the model performance. must be one of "MAE" (the default) or "MSE". | 
| select | the selection rule to use. Should be one of "best" or "oneSE" (the default). | 
| max.neurons | the largest number of neurons per layer to consider. | 
a train object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.