What is probabilistic programming?
pl-enthusiast.net
What is probabilistic programming?
1–10 of 11 posts
Re: What is probabilistic programming?
#2Re: What is probabilistic programming?
#3Re: What is probabilistic programming?
#4Just 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
Re: What is probabilistic programming?
#5Re: What is probabilistic programming?
#6Just 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
There have been various attempts to build logic languages that deal with uncertain information (eg http://www.is.informatik.uni-duisburg.de/bib/pdf/ir/Fuhr_99a... ).
Re: What is probabilistic programming?
#7Just 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.
Re: What is probabilistic programming?
#8Just 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
Re: What is probabilistic programming?
#9Just 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
>run forwards and backwards 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.
Could you provide some links? In a quick search I can only find one article, and that's just about using that package, writing one.
Re: What is probabilistic programming?
#10Just 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
>run forwards and backwards 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.