View source: R/funKerasGeneric.R
kerasFit | R Documentation |
Hyperparameter Tuning: Keras Generic Classification Function.
kerasFit(model, specList, FLAGS, kerasConf)
model |
model
If |
specList |
prepared data. See |
FLAGS |
flags, see also |
kerasConf |
List of additional parameters passed to keras as described in |
Trains a simple deep NN on a generic data set. Standard Code from https://tensorflow.rstudio.com/ Modified by T. Bartz-Beielstein (tbb@bartzundbartz.de)
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.