2016

Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization

Li, Lisha, Jamieson, Kevin, DeSalvo, Giulia et al.

Understand

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 random search through adaptive resource allocation and early-stopping.
  • We formulate hyperparameter optimization as a pure-exploration non-stochastic infinite-armed bandit problem where a predefined resource like iterations, data samples, or features is allocated to randomly sampled configurations.
  • We introduce a novel algorithm, Hyperband, for this framework and analyze its theoretical properties, providing several desirable guarantees.

Reading the bibliography…