Marginal GP model in PyMC4

Marginal Gaussian Process

The Model

A Marginal Gaussian process jointly represents the data as a large probability distribution. This distribution, as we will see, turns out to a normal distribution in classical Bayesian approaches. Suppose we have some data \(X, y\) using which we want to predict the distribution over …

more ...

Kernels for GP Modelling in PyMC4.

Kernels for GP Modelling in PyMC4.

In this tutorial, we will explore the covariance functions aka kernels present in pm.gp module and study their properties. This will help choose the appropriate kernel to model your data properly. We will also see the semantics of additive and multiplicative kernels.

import …
more ...

Pages

  • About
  • GSoC 2020
  • GSoC 2021