aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
Commit message (Expand)AuthorAge
* Add stochastic_tensors arg to surrogate_loss to specify which STs get loss termsGravatar A. Unique TensorFlower2016-07-20
* Automated rollback of change 127987690Gravatar Olivia Nordquist2016-07-20
* Have sample take a shape and rename sample(n) to sample_n(n).Gravatar A. Unique TensorFlower2016-07-19
* Make Stochastic Graphs extensible with custom surrogate lossesGravatar A. Unique TensorFlower2016-07-12
* Enforce losses passed into surrogate_losses are dim 1+Gravatar A. Unique TensorFlower2016-07-07
* Combine {Base, Continuous, Discrete}Distribution into Distribution with prob/...Gravatar A. Unique TensorFlower2016-07-07
* Make SampleAndReshapeValue the default value type for StochasticTensorGravatar A. Unique TensorFlower2016-07-01
* BayesFlow: Add simple example of using REINFORCE via Stochastic Computation G...Gravatar Eugene Brevdo2016-06-28
* Extend the ValueType interface to allow StochasticTensors to declare their in...Gravatar Eugene Brevdo2016-06-24
* Add SampleValue value_type to stochastic graph.Gravatar A. Unique TensorFlower2016-06-14
* Bayesflow: minor cleanups of the stochastic graph API for accuracy.Gravatar Eugene Brevdo2016-06-11
* Initial stochastic computation graph implementation. Adds StochasticTensor a...Gravatar Eugene Brevdo2016-06-08
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Remove distributions' __init__ which was accidentally copied overGravatar Eugene Brevdo2016-05-13
* Set up bayesflow contrib directory, sister project to distributions contrib.Gravatar Eugene Brevdo2016-04-20