HyperParameters {kerastuneR} | R Documentation |
HyperParameters
Description
The HyperParameters class serves as a hyperparameter container. A HyperParameters instance contains information about both the search space and the current values of each hyperparameter. Hyperparameters can be defined inline with the model-building code that uses them. This saves you from having to write boilerplate code and helps to make the code more maintainable.
Usage
HyperParameters(...)
Arguments
... |
Pass hyperparameter arguments to the tuner constructor |
Value
container for both a hyperparameter space, and current values
[Package kerastuneR version 0.1.0.7 Index]