February 2023
Intermediate to advanced
248 pages
7h 23m
English
Gaussian process regression (GPR) is a method of estimating function values directly from a set of measurements. In the context of Bayesian optimization, we imagine there exists a true function, business metric versus parameter, from which we take a few measurements. GPR estimates the value of the business metric at parameters for which we haven’t taken measurements. It forms these estimates from the measurements we have already taken.
Let’s call the parameter x (a vector of all the system parameters) and the business metric y (a scalar, a number). Let’s say we’ve already taken N measurements. We’ll index them by i and call the measurements xi , yi. Note that each xi is a vector.
Our task is to estimate ...