@hackage rhine-bayes1.6
monad-bayes backend for Rhine
Installation
Dependencies (7)
- automaton
- base >=4.16 && <4.22
- log-domain >=0.12
- mmorph ^>=1.2
- monad-bayes ^>=1.3.0.5
- rhine ^>=1.6 Show all…
Dependents (0)
Package Flags
dev
(off by default)
Enable warnings as errors. Active on ci.
README
This package connects rhine to the monad-bayes library for probabilistic programming and inference.
It provides:
- Some standard stochastic processes such as Brownian Motion and Levý processes
- A particle filter inference method called Sequential Monte Carlo
This allows you to do interactive probabilistic (i.e. involving randomness) programs, and at the same time perform online inference, or realtime machine learning.
An example for this is given in rhine-bayes/app/Main.hs,
where inference is performed both on simulated values as well as external input given by the user.
To read more, have a look at https://www.tweag.io/blog/2023-10-12-rhine-bayes/.