|
|
|
|
|
by platz
4270 days ago
|
|
Just a wild guess, but I wonder if there could be a nice connection between probabilistic programming and logic languages like prolog, if only due to the fact that both Bayes graphs and unification both have this "run forwards and backwards" characteristic that is so unlike imperative programming |
|
Half-serious: http://hackage.haskell.org/package/tardis-0.3.0.0/docs/Contr...
>probabilistic programming
https://hackage.haskell.org/package/probability
There are a number of articles about writing your own probability monad in Haskell. It's not hard.