Categories
AI/ML deep

Hyperparameters

https://deepai.org/machine-learning-glossary-and-terms/hyperparameter

“A hyperparameter is a parameter that is set before the learning process begins. These parameters are tunable and can directly affect how well a model trains.”

There’s a few hyperparameter optimizers:

https://optuna.org/

http://hyperopt.github.io/hyperopt/

(Ended up using Tune, in the Ray framework)

https://docs.ray.io/en/master/tune/