View source: R/fit_nn_helper.R
tune_model | R Documentation |
Tune neural network hyperparameters using Bayesian optimization
tune_model(
X_train_norm,
Y_train_onehot,
X_val_norm,
Y_val_onehot,
trials = 200,
epochs = 50,
verbose_keras = 0,
verbose_mbo = T,
seed = NULL,
batch_size = 128
)
trials |
Number of trials |
verbose_keras |
Keras verbosity mode (0 = silent, 1 = progress bar, 2 = one line per epoch) |
verbose_mbo |
Bayesian optimization verbosity mode (logical) |
See description of mbo() function from mlrMBO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.