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

https://github.com/gerdm/bone

Repository for the paper "BONE: a unifying framework for Bayesian online learning in non-stationary environments"
https://github.com/gerdm/bone

Last synced: 8 months ago
JSON representation

Repository for the paper "BONE: a unifying framework for Bayesian online learning in non-stationary environments"

Awesome Lists containing this project

README

          

# BONE: Bayesian online learning in non-stationary environments

**Paper** 📄: https://arxiv.org/abs/2411.10153

![all-test](https://github.com/user-attachments/assets/301aa490-edf4-4661-bc16-6853e2c0c947)

## Citation

```bib
@article{
duran-martin2025a,
title={A unifying framework for generalised Bayesian online learning in non-stationary environments},
author={Gerardo Duran-Martin and Leandro S{\'a}nchez-Betancourt and Alex Shestopaloff and Kevin Patrick Murphy},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2025},
url={https://openreview.net/forum?id=osesw2V10u},
note={}
}
```

## Installation
To run the experiments, make sure to have installed `jax>=0.4.2`,
[rebayes-mini](https://github.com/gerdm/rebayes-mini/tree/main),
[flax](https://github.com/google/flax),
and the [BayesianOptimization](https://github.com/bayesian-optimization/BayesianOptimization) package:

```bash
pip install git+https://github.com/gerdm/rebayes-mini.git
pip install flax
pip install bayesian-optimization
```