About:
A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation
Changes:
Release 0.7.0
Update to TensorFlow r1.4.
Tutorials in the documentation on:
Interfacing with Keras
Saving/loading models
How to build a variety of regressors with Aboleth
New prediction module with some convenience functions, including freezing the
weight samples during prediction.
Bayesian convolutional layers with accompanying demo.
Allow the number of samples drawn from a model to be varied by using
placeholders.
Generalise the feature embedding layers to work on matrix inputs (instead of
just column vectors).
Numerous numerical and usability fixes.
|