Automated Machine Learning Hyperparameter Tuning in Python
In the case of hyperparameter optimization, the objective function is the validation error of a machine learning model using a set of hyperparameters. The aim is to find the hyperparameters that yield the lowest error on the validation set in the hope that these results generalize to the testing set. Evaluating the objective function is expensive because it requires training the machine learning model with a specific set of hyperparameters. Ideally, we want a method that can explore the search space while also limiting evaluations of poor hyperparameter choices. Bayesian hyper parameter tuning uses a continually updated probability model to "concentrate" on promising hyperparameters by reasoning from past results.
artificial intelligence, automated machine learning hyperparameter tuning, objective function, (1 more...)
May-31-2019, 03:35:52 GMT
- Technology: