Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dfm/tinygp

The tiniest of Gaussian Process libraries
https://github.com/dfm/tinygp

Last synced: 25 days ago
JSON representation

The tiniest of Gaussian Process libraries

Awesome Lists containing this project

README

        




tinygp

the tiniest of Gaussian Process libraries





GitHub Workflow Status


Read the Docs


Zenodo DOI

`tinygp` is an extremely lightweight library for building Gaussian Process (GP)
models in Python, built on top of [`jax`](https://github.com/google/jax). It has
a [nice interface][api-ref], and it's [pretty fast][benchmarks]. Thanks to
`jax`, `tinygp` supports things like GPU acceleration and automatic
differentiation.

Check out the docs for more info: [tinygp.readthedocs.io][docs]

[api-ref]: https://tinygp.readthedocs.io/en/latest/api/index.html
[benchmarks]: https://tinygp.readthedocs.io/en/latest/benchmarks.html
[docs]: https://tinygp.readthedocs.io