uncomplicate

whilo 2017-06-07T08:23:00.584501Z

argh, the backlog is gone 😞

whilo 2017-06-07T08:24:02.599147Z

@blueberry I am exploring anglican for a distributed inference model where models talk to each other in p2p fashion.

whilo 2017-06-07T08:24:34.607002Z

Anglican supports high-dimensional data, but you are right, the inference methods do not necessarily scale.

whilo 2017-06-07T08:24:52.611481Z

I like though that it has a distinction between model specification and inference method.

whilo 2017-06-07T08:25:07.615398Z

It is also pretty cool that it is a state of the art probabilistic programming language in clojure.

whilo 2017-06-07T08:25:32.621431Z

You can even describe stochastic processes and build fairly complicated models.

whilo 2017-06-07T08:26:34.636746Z

They have different inference methods, not just monte carlo ones. In general black box variational inference is more scalable than MCMC and now they also tinker with neural nets in the background to improve the SMC sampler by making the neural net create better proposals.

whilo 2017-06-07T08:27:08.644700Z

I am not familiar with the details yet, but I don't think the two approaches of bayadera and anglican exclude each other so far.

whilo 2017-06-07T08:27:48.654330Z

Exploiting fast GPU facilities is very much desired for anglican, while some models might not be run on GPUs.

whilo 2017-06-07T08:28:03.657865Z

But I might oversimplify some things, I am still not familiar with all the details.