nabenabe0928 / reading-list

1 stars 0 forks source link

Fast Bayesian hyperparameter optimization on large datasets #55

Closed nabenabe0928 closed 1 year ago

nabenabe0928 commented 1 year ago

Fast Bayesian hyperparameter optimization on large datasets

FABOLAS paper.

Main points

Not a main point, but the paper well-explains the algorithm of entropy search.

Experiments

The authors used a bunch of self-made benchmarks.

Performance over time

x-axis: runtime (log-scale, second) y-axis: loss

  1. Fabolas
  2. MTBO with a meta-task from a bunch of different dataset size
  3. Expected improvement (EI)
  4. Entropy search (ES)
  5. Hyperband (HB)
  6. random search

Various different self-made benchmarks (but probably, I saw them in the A-BOHB (ABOHB) paper)