Skip to content

manschuer/CPoE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Correlated Product of Experts for Sparse Gaussian Process Regression

Implements the "Correlated Product of Experts" (CPoE) regression algorithm from the paper "Correlated Product of Experts for Sparse Gaussian Process Regression" by Manuel Schuerch, Dario Azzimonti, Alessio Benavoli and Marco Zaffalon.

Usage

We provide the source code for CPoE, comparisons and examples to demonstrate the usage. The main code is in "source/CPoE.py" and the folder "experiments" contains several jupyter notebooks for running examples and experiments. In order to run the algorithm, you need GPy (tested up to version 1.9.6) since we use their implementation of the kernels and likelihoods.

Overview of available notebooks

Contributors

Schuerch, M. and Azzimonti, D. and Benavoli A. and Zaffalon M.

Reference

@article{schurch2021correlated,
  title={Correlated Product of Experts for Sparse Gaussian Process Regression},
  author={Sch{\"u}rch, Manuel and Azzimonti, Dario and Benavoli, Alessio and Zaffalon, Marco},
  journal={arXiv preprint arXiv:2112.09519},
  year={2021}
}

About

Correlated Product of Experts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published