Skip to content

Simple Gaussian Process Examples from Iain Murray in MLPR

Notifications You must be signed in to change notification settings

NotAnyMike/GaussianProcessSimple

Repository files navigation

Gaussian Processes Simple Examples

In Explanation.ipynb there is a small explanation of what is going on in order to sample and predict from the posterior distribution, in LongerExample.ipynb a more extrict example is given.

Part of the code is taken from the course Machine Learning and Pattern Recognition from the University of Edinburgh, with professor Aian Murray. Support code is taken from the course CPSC540, professor Nando de Freitas when we was at UBC (original files in .py format).

This repo shows and exaplains how to get a general model of Gaussian Process, it shows how to sample from the prior:

prior

How to sample models from the posterior

posterior

and the final prediction of the model

final

TODO

  • Derive the math for the explicit forms for the variance and the mean on the predictions

About

Simple Gaussian Process Examples from Iain Murray in MLPR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published