Skip to content

yigitcancomlek/lvgp-bayes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latent variable Gaussian process models with fully Bayesian inference.

LVGP-Bayes is a Python library for estimating Latent variable Gaussian process (LVGP) models through fully Bayesian inference. This respository contains code to run the experiments in the paper Fully Bayesian inference for latent variable Gaussian process models.

For reproducing the experiments, refer to the each subdirectory in the tests/ folder.

Note: The code is under an Academic and Non-Commerical Research use license.

Installation

git clone https://github.com/syerramilli/lvgp-pytorch <path>
pip install <path>

Note: <path> is optional.

Requirements:

  • python >= 3.7
  • torch == 1.10.
  • gpytorch == 1.6.0
  • numpy >= 1.21
  • scipy >= 1.6
  • jax == 0.3.15
  • numpyro == 0.10

Citing

@article{yerramilli2022fully,
  title={Fully Bayesian inference for latent variable Gaussian process models},
  author={Yerramilli, Suraj and Iyer, Akshay and Chen, Wei and Apley, Daniel W},
  journal={arXiv preprint arXiv:2211.02218},
  year={2022}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%