HYPERBAND BANDIT-BASED CONFIGURATION EVALUATION FOR HYPERPARAMETER OPTIMIZATION

Posted on May 15, 2022   1 minute read ∼ Filed in  : 

HyperBand

The successive halving method suffers from a trade-off between selecting the number configurations and allocating the budget. To solve this problem, HyperBand proposed to frequently perform the successive halving method with different budgets to find the best configurations.

Algorithm

R: the maximum amount of resource that can be allocated to a single configuration

  1. the training set size for dataset downsampling;
  2. limitations based on memory constraints for feature downsampling;
  3. rule of thumb regarding the number of epochs when iteratively training neural networks

1/η: how many configurations to retain in each round. if η=3. each round retains 1/3 configurations。

  1. A large value corresponds to fewer rounds of elimination, and an aggressive elimination schedule.

image-20220519163826743

Example

image-20220516180728966





END OF POST




Tags Cloud


Categories Cloud




It's the niceties that make the difference fate gives us the hand, and we play the cards.