Live data from Hacker News

Bayesian Logic Programming

bayesianlogic.github.io

1–10 of 22 posts

Re: Bayesian Logic Programming

#3
It's by Stuart Russell's group at Berkeley (he coauthored the AI bible with Peter Norvig). Their tutorial: http://bayesianlogic.github.io/download/BLOG-tutorial-2014.p... Page 58 has some good sample code. Semantics are on page 70.

Every well-formed BLOG model specifies a unique proper probability distribution over all possible worlds definable given its vocabulary •No infinite receding ancestor chains; •no conditioned cycles; •all expressions finitely evaluable; •Functions of countable sets

They instantiate some parts of the network and do inference with MCMC. I wonder how it compares to the Markov Logic approach from the University of Washington.

Re: Bayesian Logic Programming

#6
Interesting. They talk about plain old Metropolis Hastings, which is pretty questionable.

Anyone excited about this, I highly recommend checking out Stan; it's under active development, actually works with real problems, and is used in the real world. With NUTS and HMC they've really made good on their promises, and quite soon they'll have meaningful ADVI support. See this former discussion: https://news.ycombinator.com/item?id=10244771

Post reply on HN