Skip to content
gqlxj1987's Blog
Go back

Automl hyperparameter tuning

Edit page

原文链接

Bayesian optimization, a model-based method for finding the minimum of a function, has recently been applied to machine learning hyperparameter tuning, with results suggesting this approach can achieve better performance on the test set while requiring fewer iterations than random search.

Bayesian methods differ from random or grid search in that they use past evaluation results to choose the next values to evaluate. The concept is: limit expensive evaluations of the objective function by choosing the next input values based on those that have done well in the past.


Edit page
Share this post on:

Previous Post
Next Post
memory limit and oom