DMGP Documentation

DMGP is a Python library for sparse deep Gaussian processes with GPU acceleration. It is built on top of PyTorch and provides a simple and flexible API for building complex deep GP models. This documentation is for the GitHub Repo.

Installation

To use DMGP, make sure you have PyTorch installed, then install it using pip:

Install from GitHub

$ git clone https://github.com/warrenzha/dmgp.git
$ cd dmgp
$ pip install -r requirements.txt

Install from Package

(.venv) $ pip install -i https://test.pypi.org/simple/ dmgp

References