https://github.com/probml/rebayes
Recursive Bayesian Estimation (Sequential / Online Inference)
https://github.com/probml/rebayes
Last synced: about 1 year ago
JSON representation
Recursive Bayesian Estimation (Sequential / Online Inference)
- Host: GitHub
- URL: https://github.com/probml/rebayes
- Owner: probml
- License: mit
- Created: 2023-01-28T00:07:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T09:53:07.000Z (about 2 years ago)
- Last Synced: 2025-03-28T10:47:35.881Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 312 MB
- Stars: 58
- Watchers: 11
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReBayes = Recursive Bayesian inference for latent states
📝 Paper: [Low-rank extended Kalman filtering for online learning of neural networks from streaming data](https://arxiv.org/abs/2305.19535)
We provide code for online (recursive) Bayesian inference in state space models;
in contrast to the dynamax code, we do not assume the entire observation sequence is available in advance,
so the ReBayes API can be used in an interactive loop (e.g., for Bayesian optimization).
We assume the dynamics model is linear Gaussian (or constant),
but the observation model can be non-linear and non-Gaussian.
This is work in progress; a stable version will be released late Spring 2023.
