paper-with-me

Papers

Hyperparameter Optimization: Foundations, Algorithms, Best Practices and Open Challenges

2021-07-13 · Bernd Bischl, Martin Binder, Michel Lang, Tobias Pielok, Jakob Richter, Stefan Coors, Janek Thomas, Theresa Ullmann, Marc Becker, Anne-Laure Boulesteix, Difan Deng, Marius Lindauer

Most machine learning algorithms are configured by one or several hyperparameters that must be carefully chosen and often considerably impact performance. To avoid a time consuming and unreproducible manual trial-and-error process to find well-performing hyperparameter configurations, various automatic hyperparameter optimization (HPO) methods, e.g., based on resampling error estimation for supervised machine learning, can be employed. After introducing HPO from a general perspective, this paper reviews important HPO methods such as grid or random search, evolutionary algorithms, Bayesian optimization, Hyperband and racing. It gives practical recommendations regarding important choices to be made when conducting HPO, including the HPO algorithms themselves, performance evaluation, how to combine HPO with ML pipelines, runtime improvements, and parallelization. This work is accompanied by an appendix that contains information on specific software packages in R and Python, as well as information and recommended hyperparameter search spaces for specific learning algorithms. We also provide notebooks that demonstrate concepts from this work as supplementary files.

📄 PDF Abstract BibTeX arXiv:2107.05847

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningEvolutionary AlgorithmsHyperparameter Optimization

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Hyperparameters in Reinforcement Learning and How To Tune Them

2023-06-02 · Theresa Eimer, Marius Lindauer, Roberta Raileanu

In order to improve reproducibility, deep reinforcement learning (RL) has been adopting better scientific practices such as standardized evaluation metrics and reporting. However, the process of hyperparameter optimizati…

AutoMLDeep Reinforcement LearningHyperparameter Optimizationreinforcement-learning+2

Non-stochastic Best Arm Identification and Hyperparameter Optimization

2015-02-27 · Kevin Jamieson, Ameet Talwalkar

Motivated by the task of hyperparameter optimization, we introduce the non-stochastic best-arm identification problem. Within the multi-armed bandit literature, the cumulative regret objective enjoys algorithms and analy…

Hyperparameter Optimization

How to tune the RBF SVM hyperparameters?: An empirical evaluation of 18 search algorithms

2020-08-26 · Jacques Wainer, Pablo Fonseca

SVM with an RBF kernel is usually one of the best classification algorithms for most data sets, but it is important to tune the two hyperparameters $C$ and $\gamma$ to the data itself. In general, the selection of the hy…

Bayesian Optimization

Two-step hyperparameter optimization method: Accelerating hyperparameter search by using a fraction of a training dataset

2023-02-08 · Sungduk Yu, Mike Pritchard, Po-Lun Ma, Balwinder Singh 외

Hyperparameter optimization (HPO) is an important step in machine learning (ML) model development, but common practices are archaic -- primarily relying on manual or grid searches. This is partly because adopting advance…

Hyperparameter Optimization

Rethinking the Foundations for Continual Reinforcement Learning

2025-04-10 · Michael Bowling, Esraa Elelimy

Algorithms and approaches for continual reinforcement learning have gained increasing attention. Much of this early progress rests on the foundations and standard practices of traditional reinforcement learning, without …

Continual Learningreinforcement-learningReinforcement Learning