Skip to content

Latest commit

 

History

History

baye-opti

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bayesian Optimization

diego domenzain September 2020 @ Colorado School of Mines

Suppose you have an objective function with many hyper-parameters.

How do you find the best hyper-parameters?

You sample the objective function many times with different hyper-parameters. You then use Gaussian Kernels to grow in value an approximate of the objective function at these hyper-parameter locations.


The initial samples are in yellow, true minimum in blue the , the solution path in green, the recovered minimum in red.

True and Approximate are the true and recovered objective functions respectively.