NumPyro Release We’re excited to announce the release of NumPyro, a NumPy-backed Pyro using JAX for automatic differentiation and JIT compilation, with over 100x speedup for HMC and NUTS! See the examples and documentation for more details.
Pyro is a universal probabilistic programming language (PPL) written in Python and supported by PyTorch on the backend. Pyro enables flexible and expressive deep probabilistic modeling, unifying the best of modern deep learning and Bayesian modeling. It was designed with these key principles:
Universal: Pyro can represent any computable probability distribution.
Scalable: Pyro scales to large data sets with little overhead.
Minimal: Pyro is implemented with a small core of powerful, composable abstractions.
Flexible: Pyro aims for automation when you want it, control when you need it.
Check out the blog post for more background or dive into the tutorials.
If you use Pyro or NumPyro in your research, please consider citing our papers.
@article{bingham2018pyro, author = {Bingham, Eli and Chen, Jonathan P. and Jankowiak, Martin and Obermeyer, Fritz and Pradhan, Neeraj and Karaletsos, Theofanis and Singh, Rohit and Szerlip, Paul and Horsfall, Paul and Goodman, Noah D.}, title = {{Pyro: Deep Universal Probabilistic Programming}}, journal = {Journal of Machine Learning Research}, year = {2018} } @article{phan2019composable, author = {Phan, Du and Pradhan, Neeraj and Jankowiak, Martin}, title = {Composable Effects for Flexible and Accelerated Probabilistic Programming in NumPyro}, journal = {arXiv preprint arXiv:1912.11554}, year = {2019} }
(Add yours too!)