Overview of GPJax capabilities
mainGPJax provides a low-level interface to Gaussian process (GP) models built on Jax. It is designed for researchers, aiming to keep the code as close as possible to the mathematical formulations used in GP modeling.
Supported inference methods and use cases include:
- Inference Methods: Conjugate Inference, Sparse Variational Inference, Stochastic Variational Inference, Laplace Approximation.
- Regression/Classification: Regression, Classification, Poisson Regression, Heteroscedastic Inference, Deep Kernel Regression.
- Advanced Topics: Inference on Non-Euclidean Spaces, Inference on Graphs, Learning Gaussian Process Barycentres.