GPJax - Gaussian Processes in Jax
Minimal Gaussian process library in JAX with a simple (custom) approach to state management.
Minimal Gaussian process library in JAX with a simple (custom) approach to state management.
Synergising Bayesian inference and Riemannian geometry for control in multimodal dynamical systems.
This work presents a two-stage method to perform trajectory optimisation in multimodal dynamical systems with unknown nonlinear stochastic transition dynamics. The method finds …
This work introduces a variational lower bound for the Mixture of Gaussian Process Experts model with a GP-based gating network based on sparse GPs. The model (and inference) are …
This post introduces the theory underpinning Gaussian process regression and provides a basic walk-through in python.
I am in the process of creating Jupyter notebooks for several probabilistic models (Bayesian linear regression, Gaussian process regression) and approximate inference algorithms. …
In this work I re-implemented the PILCO algorithm in python using Tensorflow and GPflow. This work was mainly carried out for personal development and some of the implementation is …