OBLax is a collection of online Bayesian learning algorithms implemented in jax.
If you are interested in contributing you can check the project Kanban board.
For a univariate linear regression problem in the form,
At each time step, the parameter vector
The rotation matrix is defined as,
At each time step, the agent is revealed only a subset of the entire data set.
A visualization of how the environment changes for a full rotation of the paramter is presented below.
The code to reproduce the gif can be found in the "regression2d_rotation" notebook in the examples folder.
For a univariate logit classification problem in the form,
At each time step, the parameter vector
The rotation matrix is defined as,
At each time step, the agent is revealed only a subset of the entire data set.
A visualization of how the environment changes for a full rotation of the paramter is presented below.
The code to reproduce the gif can be found in the "classification2d_rotation" notebook in the examples folder.