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

https://github.com/mmottl/gpr

Library for doing GPR (Gaussian Process Regression) in OCaml. Comes with a command line application.
https://github.com/mmottl/gpr

gaussian-process-regression gaussian-processes machine-learning ocaml regression

Last synced: about 1 year ago
JSON representation

Library for doing GPR (Gaussian Process Regression) in OCaml. Comes with a command line application.

Awesome Lists containing this project

README

          

# OCaml-GPR - Efficient Gaussian Process Regression in OCaml

This [OCaml](http://www.ocaml.org)-library, which also comes with an elaborate
example application, implements some of the newest approximation algorithms
(e.g. _SPGP_) for scalable Gaussian process regression for arbitrary covariance
functions. Here is an example graph showing the fit of such a sparse Gaussian
process to a nonlinear function:

![Sparse Gaussian Process](http://mmottl.github.io/gpr/fit.png "Sparse Gaussian Process")

Please refer to the [GPR manual](http://mmottl.github.io/gpr/gpr_manual.pdf)
for further details and to the [online API
documentation](http://mmottl.github.io/gpr/api/gpr) as programming reference.

## Contact Information and Contributing

Please submit bugs reports, feature requests, and contributions to the
[GitHub issue tracker](https://github.com/mmottl/gpr/issues).

Up-to-date information is available at: