blayers documentation#
Bayesian Layers for NumPyro: Modular building blocks for flexible, adaptive probabilistic modeling.
This library provides a collection of layers and inference tools for building Bayesian models on top of Numpyro and Jax.
Quickstart#
import blayers as bl
layer = bl.AdaptiveLayer(...)
...