Contribute Media
A thank you to everyone who makes this possible: Read More

Anatomy of Probabilistic Programming Languages

Description

The ability to estimate uncertainty and incorporate it in decision making is crucial to sensitive applications like Self-driving Cars, Industrial Automation, etc, where the consequences of a wrong decision is potentially catastrophic. A Probabilistic Program is the natural way to express such probabilistic models. This talk demonstrates how to build a minimal PPL on top of python. We leverage tensor manipulation and optimization tools provided by machine learning frameworks including pytorch and tensorflow. We will use our PPL implementation to build Bayesian Linear Regression and Logistic Regression models, and perform inference conditioned on data.

Details

Improve this page