paper-with-me

Papers

Hyperparameter Optimization in Machine Learning

2024-10-30 · Luca Franceschi, Michele Donini, Valerio Perrone, Aaron Klein, Cédric Archambeau, Matthias Seeger, Massimiliano Pontil, Paolo Frasconi

Hyperparameters are configuration variables controlling the behavior of machine learning algorithms. They are ubiquitous in machine learning and artificial intelligence and the choice of their values determines the effectiveness of systems based on these technologies. Manual hyperparameter search is often unsatisfactory and becomes infeasible when the number of hyperparameters is large. Automating the search is an important step towards advancing, streamlining, and systematizing machine learning, freeing researchers and practitioners alike from the burden of finding a good set of hyperparameters by trial and error. In this survey, we present a unified treatment of hyperparameter optimization, providing the reader with examples, insights into the state-of-the-art, and numerous links to further reading. We cover the main families of techniques to automate hyperparameter search, often referred to as hyperparameter optimization or tuning, including random and quasi-random search, bandit-, model-, population-, and gradient-based approaches. We further discuss extensions, including online, constrained, and multi-objective formulations, touch upon connections with other fields such as meta-learning and neural architecture search, and conclude with open questions and future research directions.

📄 PDF Abstract BibTeX arXiv:2410.22854

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationMeta-LearningNeural Architecture Search

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Quantum Machine Learning hyperparameter search

2023-02-20 · S. Consul-Pacareu, R. Montaño, Kevin Rodriguez-Fernandez, Àlex Corretgé 외

This paper presents a quantum-based Fourier-regression approach for machine learning hyperparameter optimization applied to a benchmark of models trained on a dataset related to a forecast problem in the airline industry…

Hyperparameter OptimizationQuantum Machine Learning

Bayesian Optimization Using Monotonicity Information and Its Application in Machine Learning Hyperparameter

2018-02-10 · Wenyi Wang, William J. Welch

We propose an algorithm for a family of optimization problems where the objective can be decomposed as a sum of functions with monotonicity properties. The motivating problem is optimization of hyperparameters of machine…

Bayesian OptimizationBIG-bench Machine Learning

Stochastic Hyperparameter Optimization through Hypernetworks

2018-02-26 · ICLR 2018 1 · Jonathan Lorraine, David Duvenaud

Machine learning models are often tuned by nesting optimization of model weights inside the optimization of hyperparameters. We give a method to collapse this nested optimization into joint stochastic optimization of wei…

BIG-bench Machine LearningHyperparameter OptimizationStochastic Optimization

Using Known Information to Accelerate HyperParameters Optimization Based on SMBO

2018-11-08 · Cheng Daning, Zhang Hanping, Xia Fen, Li Shigang 외

Automl is the key technology for machine learning problem. Current state of art hyperparameter optimization methods are based on traditional black-box optimization methods like SMBO (SMAC, TPE). The objective function of…

AutoMLBIG-bench Machine LearningHyperparameter OptimizationSMAC+1

To tune or not to tune? An Approach for Recommending Important Hyperparameters

2021-08-30 · Mohamadjavad Bahmani, Radwa El Shawi, Nshan Potikyan, Sherif Sakr

Novel technologies in automated machine learning ease the complexity of algorithm selection and hyperparameter optimization. Hyperparameters are important for machine learning models as they significantly influence the p…

BIG-bench Machine LearningHyperparameter Optimization