aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow/__init__.py
Commit message (Expand)AuthorAge
* Finish deprecation of tf.contrib.bayesflow.{HMC,MetropolisHastings}.Gravatar Joshua V. Dillon2018-03-26
* Add custom_gradient function.Gravatar Joshua V. Dillon2018-03-12
* Migrate tf.contrib.bayesflow.optimizers to tfp.optimziers.Gravatar Joshua V. Dillon2018-03-09
* Move `tf.contrib.bayesflow.layers` to `tfp.layers`.Gravatar Joshua V. Dillon2018-03-07
* Migrate Halton Sequence sampler into tensorflow_probability.Gravatar Joshua V. Dillon2018-03-07
* Migrate MCMC diagnostics and Halton Sequence sampler intoGravatar Joshua V. Dillon2018-03-06
* Add objective functions for variational inference with Csiszar f-divergences.Gravatar A. Unique TensorFlower2018-03-05
* Add util which creates Python callable with tf.Variables explicitly asGravatar Joshua V. Dillon2018-03-01
* Add utility function which makes implicit `tf.get_variable` dependencies anGravatar Joshua V. Dillon2018-02-06
* mcmc_diagnostics.py added to contrib/bayesflow/. potential_scale_reduction f...Gravatar Ian Langmore2018-02-06
* Add `tf.contrib.bayesflow.layers`, a collection of probabilistic (neural) lay...Gravatar Joshua V. Dillon2017-11-14
* Adding an optimizer module for preconditioned stochastic gradient langevin dy...Gravatar A. Unique TensorFlower2017-11-14
* Add support for Halton sequence for use with Monte Carlo estimation of integr...Gravatar A. Unique TensorFlower2017-11-11
* Permanently remove several modules from tf.contrib.bayesflow.Gravatar Eugene Brevdo2017-10-31
* Add `tf.contrib.bayesflow.hmc`.Gravatar A. Unique TensorFlower2017-09-28
* [tf.data] Internal cleaning upGravatar A. Unique TensorFlower2017-09-28
* Add `tf.contrib.bayesflow.hmc`.Gravatar A. Unique TensorFlower2017-09-28
* Add `tf.contrib.bayesflow.metropolis_hastings`.Gravatar A. Unique TensorFlower2017-09-28
* Add functions for specifying a custom gradient.Gravatar Joshua V. Dillon2017-07-19
* Implement 13 different Csiszar-functions and Ops to: (1) approximate Csiszar ...Gravatar Joshua V. Dillon2017-06-15
* Move bayesflow.special_math to distributions where it belongs.Gravatar Eugene Brevdo2017-01-30
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Custom variable getter for stochastic variablesGravatar A. Unique TensorFlower2016-09-23
* Changes to bayesflow api:Gravatar Eugene Brevdo2016-08-31
* special_math module added to bayesflow. Implement ndtr, log_ndtr, whichGravatar Ian Langmore2016-08-30
* Monte Carlo Ops for bayesflow.Gravatar Ian Langmore2016-08-23
* Add ELBO and register_prior for variational inference.Gravatar A. Unique TensorFlower2016-08-17
* Score function estimators with baselinesGravatar A. Unique TensorFlower2016-08-16
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-08-16
* Add ELBO and register_prior for variational inference.Gravatar A. Unique TensorFlower2016-08-16
* 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