Probabilistic Programming Languages

Discussions center on probabilistic programming languages and tools like Stan, PyMC, and JAGS for Bayesian modeling, MCMC sampling, and practical applications, including resources and previous Hacker News threads.

➡️ Stable 0.5x AI & Machine Learning
1,792
Comments
20
Years Active
5
Top Authors
#9592
Topic ID

Activity Over Time

2007
1
2008
2
2009
10
2010
19
2011
14
2012
44
2013
63
2014
77
2015
156
2016
173
2017
166
2018
169
2019
139
2020
182
2021
108
2022
83
2023
136
2024
138
2025
108
2026
4

Keywords

HMM e.g CPU McGraw PPAML kaggle.com PP theactuary.com youtube.com CNN probabilistic bayesian programming models graph neural probability model markov neural network

Sample Comments

amirmc Jan 18, 2016 View on HN

Probabilistic programming might interest you.e.g. http://arxiv.org/abs/1507.00996

nyc_cyn Aug 14, 2015 View on HN

Practical applications of Probability Programming Languages?

dang Feb 28, 2018 View on HN

Many previous discussions: https://hn.algolia.com/?query=Probabilistic%20Programming%20...

esafak Nov 17, 2024 View on HN

MCMC and Bayesian models.https://en.wikipedia.org/wiki/Probabilistic_programming

glial Jan 13, 2020 View on HN

For anyone interested in learning more, Stan is an excellent alternative probabilistic programming language:https://mc-stan.orgwith thorough documentation:https://mc-stan.org/users/documentation/

vitohuang Aug 8, 2016 View on HN

You can have look at thishttps://github.com/CamDavidsonPilon/Probabilistic-Programmin...

RivieraKid May 21, 2024 View on HN

JAGS - allows you to specify a probabilistic model and sample from the posterior distribution

jkldotio Apr 17, 2013 View on HN

Probabilistic Programming and Bayesian Methods for Hackers: https://github.com/CamDavidsonPilon/Probabilistic-Programmin...

stdbrouw Mar 1, 2015 View on HN

In the wild I think you'd be more likely to use something like PyMC or Stan, which work like Prolly but support arbitrarily complex models.Still, love the idea.To learn more about probability theory and Bayes, "Probability Demystified" is pretty good. (The Demystified series is McGraw-Hill's take on For Dummies.) To learn more about probabilistic programming, try <a href="http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/" rel=

ungzd Apr 7, 2017 View on HN

Also probabilistic programming stuff: PyMC, Stan, Dimple, Church. Not sure if these are 'lesser known', PyMC is mentioned often, still much less hype nowadays than neural networks.