rhine-bayes: monad-bayes backend for Rhine

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

This package provides a backend to the monad-bayes library, enabling you to write stochastic processes as signal functions, and performing online machine learning on them.


[Skip to Readme]

Properties

Versions 0.8.1.1, 0.9, 1.0, 1.1, 1.1, 1.2
Change log ChangeLog.md
Dependencies base (>=4.11 && <4.18), dunai (>=0.11 && <0.12), log-domain (>=0.12), mmorph, monad-bayes (>=1.1 && <1.2), rhine (==1.1), rhine-bayes, rhine-gloss, time, transformers (>=0.5) [details]
License BSD-3-Clause
Author Manuel Bärenz
Maintainer programming@manuelbaerenz.de
Category FRP
Source repo head: git clone git@github.com:turion/rhine.git
this: git clone git@github.com:turion/rhine.git(tag v1.1)
Uploaded by turion at 2023-11-15T16:01:06Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Enable warnings as errors. Active on ci.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for rhine-bayes-1.1

[back to package description]

README

This package connects rhine to the monad-bayes library for probabilistic programming and inference. It provides:

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.