QePyTorch

Q-Exponential Process Library built on PyTorch and GPyTorch

A highly efficient implementation of Q-Exponential Processes in PyTorch based on GPyTorch.


Example

Check out the examples.

Documentation

Here is the documentation.


Installation

pip

pip install qpytorch

conda

conda install -c conda-forge qpytorch

from source

git clone https://github.com/lanzithinking/qepytorch.git
cd qepytorch
conda env create -f env_install.yaml

Team

Citing Us

Li, Shuyi, Michael O’Connor, and Shiwei Lan. “Bayesian Learning via Q-Exponential Process.” In Advances in Neural Information Processing Systems (2023).

@inproceedings{li2023QEP,
  title={Bayesian Learning via Q-Exponential Process},
  author={Li, Shuyi, Michael O'Connor, and Shiwei Lan},
  booktitle={Advances in Neural Information Processing Systems},
  year={2023}
}