Programatically Understand Gaussian Processes: Part 1(nipunbatra.github.io) |
Programatically Understand Gaussian Processes: Part 1(nipunbatra.github.io) |
https://distill.pub/2019/visual-exploration-gaussian-process...
Everything from distill.pub is great.
I would expect the graphs to curve (somewhat) smoothly between the 3rd and 4th known points, but instead the 4th point shows up as this weird discontinuity—the graphs are far above it, and then spike down to the 4th point only very close to that point. Why is that? The result doesn't seem (to my untrained eyes) to be very satisfactory.
First, the mean function specified in the prior is zero for all the points. Thus, points would have a high density near zero.
I have a strong hunch that choosing a "smoother" kernel would not lead to this discontinuity.