Episode

#155 Probabilistic Programming for the Real World, with Andreas Munk

Podcast
Learning Bayesian Statistics
Published
Apr 8, 2026
Duration seconds
6847
Processing state
failed
Canonical source
https://api.riverside.com/hosting-analytics/media/958654a1fb70f5e832b5a3b257f2642206fc3ea77416db9e09eb29422674dadc/eyJlcGlzb2RlSWQiOiI5YjEzYzY4Yy1mMjhlLTRhNzktOTc1ZS03MjAzZGM0YzQ0ZDIiLCJwb2RjYXN0SWQiOiI3OWUwYTRmYi05N2FiLTRlOTUtYTg3NS0yNGE4YjllZTI3ZGEiLCJhY2NvdW50SWQiOiI2NDQ4M2JiZWM3ZjQ1MTFhYThjMzE1Y2QiLCJwYXRoIjoibWVkaWEvY2xpcHMvNjlkNjNiYmQwYzJhNzNkMzg2YzdiZmVhL2FsZXhhbmRyZS1hbmRvcnJhcy1zdHVkaW8tY29tcG9zZXItMjAyNi00LThfXzEzLTI3LTU3Lm1wMyJ9.mp3
Audio
https://api.riverside.com/hosting-analytics/media/958654a1fb70f5e832b5a3b257f2642206fc3ea77416db9e09eb29422674dadc/eyJlcGlzb2RlSWQiOiI5YjEzYzY4Yy1mMjhlLTRhNzktOTc1ZS03MjAzZGM0YzQ0ZDIiLCJwb2RjYXN0SWQiOiI3OWUwYTRmYi05N2FiLTRlOTUtYTg3NS0yNGE4YjllZTI3ZGEiLCJhY2NvdW50SWQiOiI2NDQ4M2JiZWM3ZjQ1MTFhYThjMzE1Y2QiLCJwYXRoIjoibWVkaWEvY2xpcHMvNjlkNjNiYmQwYzJhNzNkMzg2YzdiZmVhL2FsZXhhbmRyZS1hbmRvcnJhcy1zdHVkaW8tY29tcG9zZXItMjAyNi00LThfXzEzLTI3LTU3Lm1wMyJ9.mp3
JSON
/v1/public/podcasts/learning-bayesian-statistics/episodes/155-probabilistic-programming-for-the-real-world-with-andreas-munk
Markdown
/podcast/learning-bayesian-statistics/155-probabilistic-programming-for-the-real-world-with-andreas-munk.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/learning-bayesian-statistics/episodes/155-probabilistic-programming-for-the-real-world-with-andreas-munk/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/learning-bayesian-statistics/155-probabilistic-programming-for-the-real-world-with-andreas-munk.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Support & Resources → Support the show on Patreon → Bayesian Modeling Course (first 2 lessons free): Our theme music is « Good Bayesian », by Baba Brinkman (feat MC Lars and Mega Ran). Check out his awesome work Takeaways: Q: Why is bridging deep learning and probabilistic programming so important? A: Deep learning is extraordinarily good at fitting complex functions, but it throws away uncertainty. Probabilistic programming keeps uncertainty explicit throughout. Combining the two – as in inference compilation – lets you get the expressiveness of neural networks while still doing proper Bayesian inference. Q: What is inference compilation and how does it relate to amortized inference? A: Amortized inference is the general idea of training a model upfront so you don't have to run expensive inference from scratch every single time. Inference compilation is a specific form of amortized inference where a neural network is trained to propose good posterior samples for a given probabilistic program – essentially learning to do inference rather than computing it fresh each query. Q: What is PyProb and what problems does it solve? A: PyProb is a probabilistic programming library designed specifically to support amortized inference workflows. It lets you write probabilistic models in Python and then train inference networks on top of them, making methods like inference compilation practical for real-world simulators and scientific models. Full takeaways here . Chapters: 00:00:00 Introduction to Bayesian Inference and Its Barriers 00:03:51 Andreas Munch's Journey into Statistics 00:10:09 Bridging the Gap: Bayesian Inference in Real-World Applications 00:15:56 Deep Learning Meets Probabilistic Programming 00:22:05 Understanding Inference Compilation and Amortized Inference 00…