Probabilistic Programming Using TensorFlow Probability

i_am_adeveloper

I am a Developer

Posted on January 16, 2020

Probabilistic Programming Using TensorFlow Probability

What is Probabilistic Programming

TensorFlow Probability (TFP) is a Python library built on TensorFlow that makes it easy to combine probabilistic models and deep learning on modern hardware (TPU, GPU). It's for data scientists, statisticians, ML researchers, and practitioners who want to encode domain knowledge to understand data and make predictions.

Probabilistic programming allows us to encode domain knowledge to understand data and make predictions. TensorFlow Probability (TFP) is a Python library built on TensorFlow that makes it easy to combine probabilistic models and Deep Learning. With TensorFlow 2.0, TFP can be very easily integrated into your code with very few changes and the best part - it even works with tf.keras!

This talk will teach you when, why and how to use TensorFlow probability.

💖 💪 🙅 🚩
i_am_adeveloper
I am a Developer

Posted on January 16, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related