I know there is already a question with the exact same title. But it's from 2018. I want to follow up on that 6 years later. A lot of people mentioned Stan there as SOTA. Is this still true? What companies are successfully using probabilistic programming? Are there still new startups that focus on PP? What market verticals are they focusing on? I have the feeling a lot of startups are focusing on deep learning, while PP is completely neglected. And tbh, I haven't seen a lot of deep learning frameworks being able to compete with PP in production. That might be a bit of a hot take, happy to be proven wrong.This is the 2018 post I am talking about: https://news.ycombinator.com/item?id=17220861
extr|1 year ago
There are some areas where it's USEFUL to apply existing techniques, usually contexts where it's useful to have a confidence measurement attached to the prediction. Think big decisions based on small data (not always though). Investing, pharma, etc. STAN is SOTA in many ways but if you're interested in higher throughput inference Variational Inference is the preferred technique and that's best supported by something like PyMC.
maxwellsdeamons|1 year ago
maxwellsdeamons|1 year ago
But yes, the question may be phrased a bit poorly. Are people still using probabilistic graphical models without deep learning as their go-to model in startups in some verticals? What verticals would that be? And if there is no VC money for this? What are they actually doing? Some combination of PGMs with deep neural network nodes?