|
|
|
What companies are using probabilistic programming
|
|
2 points
by maxwellsdeamons
639 days ago
|
|
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 |
|
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.