Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.91 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.91 KB

gpp-torch

A 'Gaussian Process Playground' for tinkering with sparse Gaussian process regression implementations in PyTorch.

Example

The following figure depicts the optimization of inducing points within the variational free energy sparse Gaussian process framework, made simple with the automatic differentiation engine of PyTorch. A basic example is provided in the script example.py.

optimization-1

Key References

Acknowledgements

The modified LBFGS PyTorch optimizer of Yatawatta, S., Spreeuw, H. and Diblen, F. was used.

Yatawatta, S., Spreeuw, H. and Diblen, F., 2018, October. Improving LBFGS optimizer in PyTorch: Knowledge transfer from radio interferometric calibration to machine learning. In 2018 IEEE 14th International Conference on e-Science (e-Science) (pp. 386-387). IEEE.