Diving in into the Model with GPy
Lately we looked at GPy using some simple examples. Now we’ll dive deeper and look more closely to the inner workings of models. We’ll start with the basics and continue further by decomposing the Guassian Process Latent Variable model (GPLVM). Note: This post is fairly specific to GPy and the chosen model. Investigating parameters All GPy models extend the Parameterized class. This base class gives us several useful functions for interacting with the model parameters....