Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Library for doing GPR (Gaussian Process Regression) in OCaml. Comes with a command line application.
- Host: GitHub
- URL: https://github.com/mmottl/gpr
- Owner: mmottl
- License: other
- Created: 2014-07-03T21:28:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T15:21:50.000Z (over 1 year ago)
- Last Synced: 2024-07-29T04:13:01.308Z (7 months ago)
- Topics: gaussian-process-regression, gaussian-processes, machine-learning, ocaml, regression
- Language: OCaml
- Size: 2.06 MB
- Stars: 46
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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, contributions and similar to
the [GitHub issue tracker](https://github.com/mmottl/gpr/issues).Up-to-date information is available at: