paper-with-me

Papers

Massively Parallel Hyperparameter Tuning

2018-01-01 · ICLR 2018 1 · Lisha Li, Kevin Jamieson, Afshin Rostamizadeh, Katya Gonina, Moritz Hardt, Benjamin Recht, Ameet Talwalkar

Modern machine learning models are characterized by large hyperparameter search spaces and prohibitively expensive training costs. For such models, we cannot afford to train candidate models sequentially and wait months before finding a suitable hyperparameter configuration. Hence, we introduce the large-scale regime for parallel hyperparameter tuning, where we need to evaluate orders of magnitude more configurations than available parallel workers in a small multiple of the wall-clock time needed to train a single model. We propose a novel hyperparameter tuning algorithm for this setting that exploits both parallelism and aggressive early-stopping techniques, building on the insights of the Hyperband algorithm. Finally, we conduct a thorough empirical study of our algorithm on several benchmarks, including large-scale experiments with up to 500 workers. Our results show that our proposed algorithm finds good hyperparameter settings nearly an order of magnitude faster than random search.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A System for Massively Parallel Hyperparameter Tuning

2018-10-13 · ICLR 2018 1 · Liam Li, Kevin Jamieson, Afshin Rostamizadeh, Ekaterina Gonina 외

Modern learning models are characterized by large hyperparameter spaces and long training times. These properties, coupled with the rise of parallel computing and the growing demand to productionize machine learning work…

BIG-bench Machine LearningDistributed ComputingHyperparameter Optimization

Massively Parallel Methods for Deep Reinforcement Learning

2015-07-15 · Arun Nair, Praveen Srinivasan, Sam Blackwell, Cagdas Alcicek 외

We present the first massively distributed architecture for deep reinforcement learning. This architecture uses four main components: parallel actors that generate new behaviour; parallel learners that are trained from s…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

SHADHO: Massively Scalable Hardware-Aware Distributed Hyperparameter Optimization

2017-07-05 · Jeff Kinnison, Nathaniel Kremer-Herman, Douglas Thain, Walter Scheirer

Computer vision is experiencing an AI renaissance, in which machine learning models are expediting important breakthroughs in academic research and commercial applications. Effectively training these models, however, is …

Cell SegmentationHyperparameter Optimization

How Multilingual Are Large Language Models Fine-Tuned for Translation?

2024-05-30 · Aquia Richburg, Marine Carpuat

A new paradigm for machine translation has recently emerged: fine-tuning large language models (LLM) on parallel text has been shown to outperform dedicated translation systems trained in a supervised fashion on much lar…

Machine TranslationTranslation

MANGO: A Python Library for Parallel Hyperparameter Tuning

2020-05-22 · Sandeep Singh Sandha, Mohit Aggarwal, Igor Fedorov, Mani Srivastava

Tuning hyperparameters for machine learning algorithms is a tedious task, one that is typically done manually. To enable automated hyperparameter tuning, recent works have started to use techniques based on Bayesian opti…

Bayesian OptimizationBIG-bench Machine LearningDistributed ComputingDistributed Optimization+2