[P] Aboleth - A bare-bones TensorFlow framework for Bayesian NNs • r/MachineLearning

@machinelearnbot 

Primarily, Aboleth is much reduced in scope compared to frameworks like Edward and ZhuSuan; we really only concentrate on neural net-like structures (though you can construct a lot of non-neural net models with these too), and we have only implemented SGVB and "MAP" inference. We have slightly more of a "production" focus than a research focus too (though we would love people to use Aboleth for their research) - for instance we have efficient categorical feature embedding and imputation input layers, where all of the parameters of these layers are learned with the rest of the model. Because we have a limited scope it allows for a nice clean interface and minimal abstraction over pure TensorFlow. Really, all we have done in Aboleth is implement a writer monad, i.e. function composition (the neural net) with an accumulate (the complexity penalties of the layers). This structure is easy to use, extend, and test!

Similar Docs  Excel Report  more

TitleSimilaritySource
None found