aboleth icon indicating copy to clipboard operation
aboleth copied to clipboard

A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation

Results 12 aboleth issues
Sort by recently updated
recently updated
newest added

Compare different methods on a high dimensional problem: - Random - Learned mean - Learned Normal - Learned Low rank Gaussian

help wanted

For building deeper and more complex models like Inception and ResNet, ops like [repeat](https://www.tensorflow.org/api_docs/python/tf/contrib/layers/repeat) makes it easy to replicate layers or even blocks of layers (e.g. ResNet blocks). See https://github.com/tensorflow/models/blob/master/slim/nets/inception_resnet_v2.py...