An open API service indexing awesome lists of open source software.

https://github.com/petarv-/gp

Simple C++ library for Gaussian process regression
https://github.com/petarv-/gp

c-plus-plus gaussian-processes regression

Last synced: 5 months ago
JSON representation

Simple C++ library for Gaussian process regression

Awesome Lists containing this project

README

          

# gp
Simple C++ library for Gaussian process regression

![](https://www.dropbox.com/s/z237fbywnjuu6yh/GP.png?raw=1)
(Source code producing this plot may be found in `demo.cpp`)

## About
I decided to build this library from a low-level standpoint, hoping to become more familiar with the inner workings of GPs. There are several TODOs, and the implementation is definitely not fit for proper deployment (especially in terms of numerical stability), but I am rather happy with the progress I made on it so far.

## License
MIT