| I find several things confusing in this article. >> ... A GP works by constructing an infinite amount of guesses or functions of the true process you want to approximate. As you accumulate more observations, it changes the shape of these functions to match the data, and hence the true process (just like the way you change your mind after getting new information) Why is the 'true process' changing here? I understand our best guess or model is changing with new observations, but the true process should not be changing. If it actually is, then the formulation should be changed to isolate the parameters that is feeding back to it. >> ... A GP works by constructing an infinite amount of guesses or functions of the true process you want to approximate. As you accumulate more observations, it changes the shape of these functions to match the data, ... A GP is simply a distribution over functions (or guesses). Because we have an infinite amount of guesses, the expected true guess (or best model) is the mean of all plausible guesses. So is the shape of each function changing? OK. What is the 'distribution' over the functions doing? Is that also changing? Is the said 'distribution' just flat mean of these functions? >> GP(m(x), k(x, x')) What is 'x' here? (Sigh! We need to learn to define the variables before using.) I can infer that x' is not derivative of x. >> In the context of GPs, a kernel or covariance function k(x, x') = Cov(f(x), f(x')), encodes which function values should vary together. It does not seem the 'f' here is intended to be the specific 'f' introduced at the beginning of the article. >> I will use the rest of this post to go over different kernel representations and their visualizations. The plots now have y and x, and x1 and x2. How are these related? And with k(x, x') = Cov(f(x), f(x')), what is 'f' for the various kernel functions being plotted. The rest of the post looks fine as plots of the various functions given. But given the above, I have not understood their importance as kernel functions or use for GP. |
If the author has a CV attached to their blog, the purpose is to signal competence and the target audience is future employers .