Q-Exponential Process Library built on PyTorch and GPyTorch
A highly efficient implementation of Q-Exponential Processes in PyTorch based on GPyTorch.
Check out the examples
.
Here is the documentation
.
pip install qpytorch
conda install -c conda-forge qpytorch
git clone https://github.com/lanzithinking/qepytorch.git
cd qepytorch
conda env create -f env_install.yaml
@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}
}