Paper 1 HPO Flashcards

1
Q

Bayesian optimization

A

Init archive
Loop {
fit surrogate model (u, sigma) on each lambda in archive
build acquisition function from performance and uncertainty
obtain proposed new lambda
eval proposal
add proposal and it’s eval to archive
}
return best performing lambda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What surrogate if Lambda is purely real valued?

A

Gaussian process (does not support conditions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What surrogate if there are discrete hyperparameters?

A

Random forest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Expected Improvement?

A

A popular acquisition function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A popular acquisition function?

A

Expected Improvement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Hyperband?

A

Running Successive Halving multiple times with different starting populations (calling it different brackets)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly