paper-with-me

Papers

Borch: A Deep Universal Probabilistic Programming Language

2022-09-13 · Lewis Belcher, Johan Gudmundsson, Michael Green

Ever since the Multilayered Perceptron was first introduced the connectionist community has struggled with the concept of uncertainty and how this could be represented in these types of models. This past decade has seen a lot of effort in trying to join the principled approach of probabilistic modeling with the scalable nature of deep neural networks. While the theoretical benefits of this consolidation are clear, there are also several important practical aspects of these endeavors; namely to force the models we create to represent, learn, and report uncertainty in every prediction that is made. Many of these efforts have been based on extending existing frameworks with additional structures. We present Borch, a scalable deep universal probabilistic programming language, built on top of PyTorch. The code is available for download and use in our repository https://gitlab.com/desupervised/borch.

📄 PDF Abstract BibTeX arXiv:2209.06168

Code (1)

https://gitlab.com/desupervised/borch 공식 구현 pytorch

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Inference Compilation and Universal Probabilistic Programming

2016-10-31 · Tuan Anh Le, Atilim Gunes Baydin, Frank Wood

We introduce a method for using deep neural networks to amortize the cost of inference in models from the family induced by universal probabilistic programming languages, establishing a framework that combines the streng…

Probabilistic Programming

Pyro: Deep Universal Probabilistic Programming

2018-10-18 · Eli Bingham, Jonathan P. Chen, Martin Jankowiak, Fritz Obermeyer 외

Pyro is a probabilistic programming language built on Python as a platform for developing advanced probabilistic models in AI research. To scale to large datasets and high-dimensional models, Pyro uses stochastic variati…

GPUProbabilistic ProgrammingVariational Inference

Towards representation agnostic probabilistic programming

2025-12-25 · Ole Fenske, Maximilian Popko, Sebastian Bader, Thomas Kirste arxiv

Current probabilistic programming languages and tools tightly couple model representations with specific inference algorithms, preventing experimentation with novel representations or mixed discrete-continuous models. We…

Compositional Semantics for Probabilistic Programs with Exact Conditioning

2021-01-27 · Dario Stein, Sam Staton

We define a probabilistic programming language for Gaussian random variables with a first-class exact conditioning construct. We give operational, denotational and equational semantics for this language, establishing con…

Probabilistic Programming

Nonparametric Hamiltonian Monte Carlo

2021-06-18 · Carol Mak, Fabian Zaiser, Luke Ong

Probabilistic programming uses programs to express generative models whose posterior probability is then computed by built-in inference engines. A challenging goal is to develop general purpose inference algorithms that …

Probabilistic Programming