ProbLog
| ProbLog | |
|---|---|
| Original author | DTAI research lab (KU Leuven) |
| Initial release | November 11, 2007 |
| Stable release | 2.2
|
| Written in | Python |
| Operating system | Linux, Mac OS X, Microsoft Windows |
| Type | Probabilistic logic |
| License | Apache License, Version 2.0 |
| Website | dtai |
ProbLog is a probabilistic logic programming language that extends Prolog with probabilities. It minimally extends Prolog by adding the notion of a probabilistic fact, which combines the idea of logical atoms and random variables. Similarly to Prolog, ProbLog can query an atom. While Prolog returns the truth value of the queried atom, ProbLog returns the probability of it being true.