| grid_parameter_sampling | R Documentation |
Grid sampling performs a simple grid search over all feasible values in
the defined search space. It can only be used with hyperparameters
specified using choice().
grid_parameter_sampling(parameter_space)
parameter_space |
A named list containing each parameter and its
distribution, e.g. |
The GridParameterSampling object.
choice()
## Not run:
param_sampling <- grid_parameter_sampling(list("num_hidden_layers" = choice(c(1, 2, 3)),
"batch_size" = choice(c(16, 32))))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.