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

Writing effective bayesian programs using TensorFlow and TFP

Description

This tutorial aims to provide some examples of how to write effective Bayesian programs using TensorFlow and Tensorflow Probability. In TFP land, effectiveness usually comes from writing model that could generate batch-able functions, and utilizing modern hardware (GPU, TPU) with compiler accelerator (i.e., XLA). I will give a walkthrough on how to do so and highlight some gotchas.

Details

Improve this page