Fork me on GitHub
#uncomplicate
<
2017-07-23
>
whilo23:07:48

Or do you think this is a nice idea, but will have terrible performance? It looks like some of these compilers are very impressive, e.g. https://github.com/Functional-AutoDiff/STALINGRAD

whilo23:07:13

I currently miss an automatic differentiation framework like theano, tensorflow or torch in Clojure

whilo23:07:57

Many of the stochastic approaches for inference in bayesian graphical models also use gradients and parametrized distributions, e.g. variational autoencoders.

whilo23:07:05

An example are the latest approaches of "compiling" SMC with proposal networks for high-dimensional distributions coming form people around Anglican. https://arxiv.org/abs/1706.00400 https://arxiv.org/abs/1705.10306

whilo23:07:31

I think this approach holds very large promise for high-dimensional probabilistic inference, either in graphical models or "non-parametric" models of turing-complete probabilistic programming languages.