Probabilistic programming
Template:Short description Template:DMCA
Page Module:Message box/ambox.css has no content.
Probabilistic programming (PP) is a programming paradigm based on the declarative specification of probabilistic models, for which inference is performed automatically.[1] Probabilistic programming attempts to unify probabilistic modeling and traditional general purpose programming in order to make the former easier and more widely applicable.[2][3] It can be used to create systems that help make decisions in the face of uncertainty. Programming languages following the probabilistic programming paradigm are referred to as "probabilistic programming languages" (PPLs).
Applications
Probabilistic reasoning has been used for a wide variety of tasks such as predicting stock prices, recommending movies, diagnosing computers, detecting cyber intrusions and image detection.[4] However, until recently (partially due to limited computing power), probabilistic programming was limited in scope, and most inference algorithms had to be written manually for each task.
Nevertheless, in 2015, a 50-line probabilistic computer vision program was used to generate 3D models of human faces based on 2D images of those faces. The program used inverse graphics as the basis of its inference method, and was built using the Picture package in Julia.[4] This made possible "in 50 lines of code what used to take thousands".[5][6]
The Gen probabilistic programming library (also written in Julia) has been applied to vision and robotics tasks.[7]
More recently, the probabilistic programming system Turing.jl has been applied in various pharmaceutical[8] and economics applications.[9]
Probabilistic programming in Julia has also been combined with differentiable programming by combining the Julia package Zygote.jl with Turing.jl.[10]
Probabilistic programming languages are also commonly used in Bayesian cognitive science to develop and evaluate models of cognition.[11]
Probabilistic programming languages
PPLs often extend from a basic language. For instance, Turing.jl[12] is based on Julia, Infer.NET is based on .NET Framework,[13] while PRISM extends from Prolog.[14] However, some PPLs, such as WinBUGS, offer a self-contained language that maps closely to the mathematical representation of the statistical models, with no obvious origin in another programming language.[15][16]
The language for WinBUGS was implemented to perform Bayesian computation using Gibbs Sampling and related algorithms. Although implemented in a relatively unknown programming language (Component Pascal), this language permits Bayesian inference for a wide variety of statistical models using a flexible computational approach. The same BUGS language may be used to specify Bayesian models for inference via different computational choices ("samplers") and conventions or defaults, using a standalone program WinBUGS (or related R packages, rbugs and r2winbugs) and JAGS (Just Another Gibbs Sampler, another standalone program with related R packages including rjags, R2jags, and runjags). More recently, other languages to support Bayesian model specification and inference allow different or more efficient choices for the underlying Bayesian computation, and are accessible from the R data analysis and programming environment, e.g.: Stan, NIMBLE and NUTS. The influence of the BUGS language is evident in these later languages, which even use the same syntax for some aspects of model specification.
Several PPLs are in active development, including some in beta test. Two popular tools are Stan and PyMC.[17][18]
Relational
A probabilistic relational programming language (PRPL) is a PPL specially designed to describe and infer with probabilistic relational models (PRMs).
A PRM is usually developed with a set of algorithms for reducing, inference about and discovery of concerned distributions, which are embedded into the corresponding PRPL.
Probabilistic logic programming
Script error: No such module "Labelled list hatnote". Probabilistic logic programming is a programming paradigm that extends logic programming with probabilities.
Most approaches to probabilistic logic programming are based on the distribution semantics, which splits a program into a set of probabilistic facts and a logic program. It defines a probability distribution on interpretations of the Herbrand universe of the program.[19]
List of probabilistic programming languages
This list summarises the variety of PPLs that are currently available, and clarifies their origins.Page Module:Message box/ambox.css has no content.
This article contains an excessive amount of intricate detail. (October 2019) |
| Name | Extends from | Host language |
|---|---|---|
| Analytica[20] | C++ | |
| bayesloop[21][22] | Python | Python |
| Bean Machine[23] | PyTorch | Python |
| Venture[24] | Scheme | C++ |
| BayesDB[25] | SQLite, Python | |
| PRISM[14] | B-Prolog | |
| Infer.NET[13] | .NET Framework | .NET Framework |
| diff-SAT[26] | Answer set programming, SAT (DIMACS CNF) | |
| PSQL[27] | SQL | |
| BUGS[15] | Component Pascal | |
| Dyna[28] | Prolog | |
| Figaro[29] | Scala | Scala |
| ProbLog[30] | Prolog | Python |
| ProBT[31] | C++, Python | |
| Stan[16] | BUGS | C++ |
| Hakaru[32] | Haskell | Haskell |
| BAli-Phy (software)[33] | Haskell | C++ |
| ProbCog[34] | Java, Python | |
| PyMC[35] | Python | Python |
| Rainier[36][37] | Scala | Scala |
| greta[38] | TensorFlow | R |
| pomegranate[39] | Python | Python |
| Lea[40] | Python | Python |
| WebPPL[41] | JavaScript | JavaScript |
| Picture[4] | Julia | Julia |
| Turing.jl[12] | Julia | Julia |
| Gen[42] | Julia | Julia |
| Edward[43] | TensorFlow | Python |
| TensorFlow Probability[44] | TensorFlow | Python |
| Edward2[45] | TensorFlow Probability | Python |
| Pyro[46] | PyTorch | Python |
| NumPyro[47] | JAX | Python |
| Birch[48] | C++ | |
| PSI[49] | D | |
| Blang[50] | ||
| MultiVerse[51] | Python | Python |
| Anglican[52] | Clojure | Clojure |
Difficulty
- Reasoning about variables as probability distributions causes difficulties for novice programmers, but these difficulties can be addressed through use of Bayesian network visualizations and graphs of variable distributions embedded within the source code editor.[53]
- As many PPLs rely on the specification of priors on the variables of interest, specifying informed priors is often difficult for novices. In some cases, libraries such as PyMC provide automated methods to find the parameterization of informed priors.[54]
See also
Notes
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Probabilistic programming does in 50 lines of code what used to take thousands". phys.org. April 13, 2015. Retrieved April 13, 2015.
- ^ Page Module:Citation/CS1/styles.css has no content."Probabilistic Programming". probabilistic-programming.org. Archived from the original on January 10, 2016. Retrieved December 24, 2013.
- ^ Pfeffer, Avrom (2014), Practical Probabilistic Programming, Manning Publications. p.28. Template:ISBN
- ^ a b c Page Module:Citation/CS1/styles.css has no content."Short probabilistic programming machine-learning code replaces complex programs for computer-vision tasks". KurzweilAI. April 13, 2015. Retrieved November 27, 2017.
- ^ Page Module:Citation/CS1/styles.css has no content.Hardesty, Larry (April 13, 2015). "Graphics in reverse".
- ^ Page Module:Citation/CS1/styles.css has no content."MIT shows off machine-learning script to make CREEPY HEADS". The Register.
- ^ Page Module:Citation/CS1/styles.css has no content."MIT's Gen programming system flattens the learning curve for AI projects". VentureBeat. June 27, 2019. Retrieved June 27, 2019.
- ^ Page Module:Citation/CS1/styles.css has no content.Semenova, Elizaveta; Williams, Dominic P.; Afzal, Avid M.; Lazic, Stanley E. (November 1, 2020). "A Bayesian neural network for toxicity prediction". Computational Toxicology. 16 100133. doi:10.1016/j.comtox.2020.100133. ISSN 2468-1113. S2CID 225362130.
- ^ Page Module:Citation/CS1/styles.css has no content.Williams, Dominic P.; Lazic, Stanley E.; Foster, Alison J.; Semenova, Elizaveta; Morgan, Paul (2020), "Predicting Drug-Induced Liver Injury with Bayesian Machine Learning", Chemical Research in Toxicology, 33 (1): 239–248, doi:10.1021/acs.chemrestox.9b00264, PMID 31535850, S2CID 202689667
- ^ Page Module:Citation/CS1/styles.css has no content.Innes, Mike; Edelman, Alan; Fischer, Keno; Rackauckas, Chris; Saba, Elliot; Viral B Shah; Tebbutt, Will (2019). "∂P: A Differentiable Programming System to Bridge Machine Learning and Scientific Computing". arXiv:1907.07587 [cs.PL].
- ^ Page Module:Citation/CS1/styles.css has no content.Goodman, Noah D; Tenenbaum, Joshua B; Buchsbaum, Daphna; Hartshorne, Joshua; Hawkins, Robert; O'Donnell, Timothy J; Tessler, Michael Henry. "Probabilistic Models of Cognition". Probabilistic Models of Cognition - 2nd Edition. Retrieved May 27, 2023.
- ^ a b Page Module:Citation/CS1/styles.css has no content."The Turing language for probabilistic programming". GitHub. December 28, 2021.
- ^ a b Page Module:Citation/CS1/styles.css has no content."Infer.NET". microsoft.com. Microsoft.
- ^ a b Page Module:Citation/CS1/styles.css has no content."PRISM: PRogramming In Statistical Modeling". rjida.meijo-u.ac.jp. Archived from the original on March 1, 2015. Retrieved July 8, 2015.
- ^ a b Page Module:Citation/CS1/styles.css has no content."The BUGS Project - MRC Biostatistics Unit". cam.ac.uk. Archived from the original on March 14, 2014. Retrieved January 12, 2011.
- ^ a b Page Module:Citation/CS1/styles.css has no content."Stan". mc-stan.org. Archived from the original on September 3, 2012.
- ^ Abril-Pla O, Andreani V, Carroll C, Dong L, Fonnesbeck CJ, Kochurov M, Kumar R, Lao J, Luhmann CC, Martin OA, Osthege M, Vieira R, Wiecki T, Zinkov R. (2023) PyMC: a modern, and comprehensive probabilistic programming framework in Python. PeerJ Comput. Sci. 9:e1516 Script error: No such module "CS1 identifiers".
- ^ Page Module:Citation/CS1/styles.css has no content."The Algorithms Behind Probabilistic Programming". Retrieved March 10, 2017.
- ^ Page Module:Citation/CS1/styles.css has no content.De Raedt, Luc; Kimmig, Angelika (July 1, 2015). "Probabilistic (logic) programming concepts". Machine Learning. 100 (1): 5–47. doi:10.1007/s10994-015-5494-z. ISSN 1573-0565.
- ^ Page Module:Citation/CS1/styles.css has no content."Analytica-- A Probabilistic Modeling Language". lumina.com.
- ^ Page Module:Citation/CS1/styles.css has no content."bayesloop - Probabilistic programming framework". bayesloop.com.
- ^ Page Module:Citation/CS1/styles.css has no content."GitHub -- bayesloop". GitHub. December 7, 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."Bean Machine - A universal probabilistic programming language to enable fast and accurate Bayesian analysis". beanmachine.org.
- ^ Page Module:Citation/CS1/styles.css has no content."Venture -- a general-purpose probabilistic programming platform". mit.edu. Archived from the original on January 25, 2016. Retrieved September 20, 2014.
- ^ Page Module:Citation/CS1/styles.css has no content."BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself". GitHub. December 26, 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."diff-SAT (probabilistic SAT/ASP)". GitHub. October 8, 2021.
- ^ Page Module:Citation/CS1/styles.css has no content.Dey, Debabrata; Sarkar, Sumit (1998). "PSQL: A query language for probabilistic relational data". Data & Knowledge Engineering. 28: 107–120. doi:10.1016/S0169-023X(98)00015-9.
- ^ Page Module:Citation/CS1/styles.css has no content."Dyna". www.dyna.org. Archived from the original on January 17, 2016. Retrieved January 12, 2011.
- ^ Page Module:Citation/CS1/styles.css has no content."Charles River Analytics - Probabilistic Modeling Services". cra.com. February 9, 2017.
- ^ Page Module:Citation/CS1/styles.css has no content."ProbLog: Probabilistic Programming". dtai.cs.kuleuven.be.
- ^ Page Module:Citation/CS1/styles.css has no content.ProbaYes. "ProbaYes - Ensemble, nous valorisations vos données". probayes.com. Archived from the original on March 5, 2016. Retrieved November 26, 2013.
- ^ Page Module:Citation/CS1/styles.css has no content."Hakaru Home Page". hakaru-dev.github.io/.
- ^ Page Module:Citation/CS1/styles.css has no content."BAli-Phy Home Page". bali-phy.org.
- ^ Page Module:Citation/CS1/styles.css has no content."ProbCog". GitHub.
- ^ Page Module:Citation/CS1/styles.css has no content.PyMC devs. "PyMC". pymc-devs.github.io.
- ^ Page Module:Citation/CS1/styles.css has no content.stripe/rainier, Stripe, August 19, 2020, retrieved August 26, 2020
- ^ Page Module:Citation/CS1/styles.css has no content."Rainier · Bayesian inference for Scala". samplerainier.com. Retrieved August 26, 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."greta: simple and scalable statistical modelling in R". GitHub. Retrieved October 2, 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."Home — pomegranate 0.10.0 documentation". pomegranate.readthedocs.io. Retrieved October 2, 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."Lea Home Page". bitbucket.org.
- ^ Page Module:Citation/CS1/styles.css has no content."WebPPL Home Page". github.com/probmods/webppl.
- ^ Page Module:Citation/CS1/styles.css has no content."Gen: A General Purpose Probabilistic Programming Language with Programmable Inference". Retrieved June 11, 2024.
- ^ Page Module:Citation/CS1/styles.css has no content."Edward – Home". edwardlib.org. Retrieved January 17, 2017.
- ^ Page Module:Citation/CS1/styles.css has no content.TensorFlow (April 11, 2018). "Introducing TensorFlow Probability". TensorFlow. Retrieved October 2, 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."'Edward2' TensorFlow Probability module". GitHub. Retrieved June 11, 2024.
- ^ Page Module:Citation/CS1/styles.css has no content."Pyro". pyro.ai. Retrieved February 9, 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."NumPyro". pyro.ai. Retrieved July 23, 2021.
- ^ Page Module:Citation/CS1/styles.css has no content."Probabilistic Programming in Birch". birch-lang.org. Retrieved April 20, 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."PSI Solver - Exact inference for probabilistic programs". psisolver.org. Retrieved August 18, 2019.
- ^ Page Module:Citation/CS1/styles.css has no content."Home". www.stat.ubc.ca.
- ^ Page Module:Citation/CS1/styles.css has no content.Perov, Yura; Graham, Logan; Gourgoulias, Kostis; Richens, Jonathan G.; Lee, Ciarán M.; Baker, Adam; Johri, Saurabh (January 28, 2020), MultiVerse: Causal Reasoning using Importance Sampling in Probabilistic Programming, arXiv:1910.08091
- ^ Page Module:Citation/CS1/styles.css has no content."The Anglican Probabilistic Programming System". probprog.github.io. Retrieved October 7, 2024.
- ^ Page Module:Citation/CS1/styles.css has no content.Gorinova, Maria I.; Sarkar, Advait; Blackwell, Alan F.; Syme, Don (January 1, 2016). "A Live, Multiple-Representation Probabilistic Programming Environment for Novices". Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems. CHI '16. New York, NY, USA: ACM. pp. 2533–2537. doi:10.1145/2858036.2858221. ISBN 9781450333627. S2CID 3201542.
- ^ Page Module:Citation/CS1/styles.css has no content."pymc.find_constrained_prior — PyMC dev documentation". www.pymc.io. Retrieved October 23, 2024.