Last month I did a 2 days workshop in the Czech Republic (hosted by CEAi). They prepared professional video recording, which I would like to share here. This is a high-level PyMC3 workshop, as the attendees had already work through Introduction to Probabilistic programming (with PyMC3), which is built on top of the tutorials by @fonnesbeck. But the workshop also covers all the basics in depth. Due to the time limit, I did not manage to present more case studies - it would definitely be something to improve upon for next time
Wow, thank you @junpenglao! Exactly the type of resources I was looking for
Can’t wait to go for it, and hopefully I’ll be able to give you a constructive feedback after it
A small feedback, having read the notebooks and watched the videos: it’s a really useful ressource and I highly recommend it to anyone who’s already used PyMC3 and is looking for a way to undestand what’s going on under the hood (I would not recommend it for beginners though. Take a look at Chris Fonnesbeck’s tutorial at PyCon 2017 first). @junpenglao really goes into the weeds of the library, explaining in details how you generate models, compute likelihoods, do inference and evaluate/debug your models. It gives you an understanding of how PyMC3 works and more generally teaches you core concepts of Bayesian modeling. Well done and thank you for sharing!!
On a more practical note, I would recommend reading the notebooks before watching the videos, to get an intuition of the topics and make the most out of the lessons.
I would say sessions 2, 4 and 5 are must-sees, with session 3 perhaps being the less practically useful (at least to me) because of its complexity - interesting for general knowledge though.
Hope this feedback will help some, and thanks again for this amazing content JunpengLao!
Wow thanks for the kind words Alex! I am really glad that you find it helpful!
Also, I wrote a developer guide of pymc3 largely based on my experience of preparing for this workshop, you might also find it helpful https://docs.pymc.io/developer_guide.html