paper-with-me

홈 › Papers

Critical Hyper-Parameters: No Random, No Cry

2017-06-10 · Olivier Bousquet, Sylvain Gelly, Karol Kurach, Olivier Teytaud, Damien Vincent

The selection of hyper-parameters is critical in Deep Learning. Because of the long training time of complex models and the availability of compute resources in the cloud, "one-shot" optimization schemes - where the sets of hyper-parameters are selected in advance (e.g. on a grid or in a random manner) and the training is executed in parallel - are commonly used. It is known that grid search is sub-optimal, especially when only a few critical parameters matter, and suggest to use random search instead. Yet, random search can be "unlucky" and produce sets of values that leave some part of the domain unexplored. Quasi-random methods, such as Low Discrepancy Sequences (LDS) avoid these issues. We show that such methods have theoretical properties that make them appealing for performing hyperparameter search, and demonstrate that, when applied to the selection of hyperparameters of complex Deep Learning models (such as state-of-the-art LSTM language models and image classification models), they yield suitable hyperparameters values with much fewer runs than random search. We propose a particularly simple LDS method which can be used as a drop-in replacement for grid or random search in any Deep Learning pipeline, both as a fully one-shot hyperparameter search or as an initializer in iterative batch optimization.

📄 PDF Abstract BibTeX arXiv:1706.03200

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization

2016-03-21 · Lisha Li, Kevin Jamieson, Giulia Desalvo, Afshin Rostamizadeh 외

Performance of machine learning algorithms depends critically on identifying a good set of hyperparameters. While recent approaches use Bayesian optimization to adaptively select configurations, we focus on speeding up r…

Bayesian OptimizationHyperparameter Optimization

LLM Agent for Hyper-Parameter Optimization

2025-06-18 · Wanzhe Wang, Jianqiu Peng, Menghao Hu, Weihuang Zhong 외

Hyper-parameters are essential and critical for the performance of communication algorithms. However, current hyper-parameters tuning methods for warm-start particles swarm optimization with cross and mutation (WS-PSO-CM…

Large Language Model

Hierarchical Collaborative Hyper-parameter Tuning

2022-05-11 · Ahmad Esmaeili, Zahra Ghorrati, Eric Matson

Hyper-parameter Tuning is among the most critical stages in building machine learning solutions. This paper demonstrates how multi-agent systems can be utilized to develop a distributed technique for determining near-opt…

BIG-bench Machine Learning

Fairness-aware Configuration of Machine Learning Libraries

2022-02-13 · Saeid Tizpaz-Niari, Ashish Kumar, Gang Tan, Ashutosh Trivedi

This paper investigates the parameter space of machine learning (ML) algorithms in aggravating or mitigating fairness bugs. Data-driven software is increasingly applied in social-critical applications where ensuring fair…

BIG-bench Machine LearningFairnesssoftware testing

Weighted Random Search for CNN Hyperparameter Optimization

2020-03-30 · Razvan Andonie, Adrian-Catalin Florea

Nearly all model algorithms used in machine learning use two different sets of parameters: the training parameters and the meta-parameters (hyperparameters). While the training parameters are learned during the training …

Hyperparameter Optimization