View source: R/funKerasGeneric.R
evalKerasGeneric | R Documentation |
Hyperparameter Tuning: Keras Generic Classification Function.
evalKerasGeneric(x = NULL, kerasConf = NULL, specList = NULL)
x |
matrix of transformed hyperparameter values to evaluate with the function.
If |
kerasConf |
List of additional parameters passed to keras as described in
|
specList |
prepared data. See |
Trains a simple deep NN on a generic data set. Standard Code from https://tensorflow.rstudio.com/. Modified by T. Bartz-Beielstein.
list with function values (training, validation, and test loss/accuracy, and keras model information)
getKerasConf
funKerasGeneric
fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.