aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
Commit message (Expand)AuthorAge
...
* BUGFIX: Ensure that rejected states don't propagate NaN. Make float64 work.Gravatar Ian Langmore2017-12-07
* Fixes a bug where states with NaN log-densities would always be accepted.Gravatar A. Unique TensorFlower2017-12-06
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* 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
* Further BUILD cleanup in contrib/...Gravatar A. Unique TensorFlower2017-11-10
* Permanently remove several modules from tf.contrib.bayesflow.Gravatar Eugene Brevdo2017-10-31
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* `metropolis_hastings_test` documentation fix.Gravatar A. Unique TensorFlower2017-09-29
* 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
* Disabling the csiszar_divergence_test.Gravatar A. Unique TensorFlower2017-08-09
* Fix numerical overflow issue in Csiszar-VIMCO.Gravatar Joshua V. Dillon2017-08-08
* Create new tf.learn.estimator.head which is based on a tf.DistributionGravatar Joshua V. Dillon2017-07-26
* Implement VIMCO-like objective for approx Csiszar f-Divergence. Simplify mont...Gravatar Joshua V. Dillon2017-07-21
* T-power divergence added to csiszar_divergence.pyGravatar Joshua V. Dillon2017-07-21
* Change contrib/bayesflow/custom_grad tests to assertAllClose.Gravatar Joshua V. Dillon2017-07-20
* Deprecate old `monte_carlo.expectation` in favor ofGravatar Joshua V. Dillon2017-07-20
* Add functions for specifying a custom gradient.Gravatar Joshua V. Dillon2017-07-19
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Fix comment on squared hellinger / triangular divergences.Gravatar A. Unique TensorFlower2017-06-29
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Improve score-trick to be a valid Csiszar f-Divergence yet numerically stable.Gravatar Joshua V. Dillon2017-06-22
* Implement alternative `monte_carlo.expectation_v2`. This function implementsGravatar Joshua V. Dillon2017-06-22
* Add Score-Gradient trick to `monte_carlo_csiszar_f_divergence`.Gravatar Joshua V. Dillon2017-06-20
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Implement 13 different Csiszar-functions and Ops to: (1) approximate Csiszar ...Gravatar Joshua V. Dillon2017-06-15
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [tf distributions] Move kullback_leibler, special_math, and Normal into TF core.Gravatar Eugene Brevdo2017-05-01
* Initial move of tf.contrib.distributions to core:Gravatar Eugene Brevdo2017-04-27
* Unhide bijectors. Correct TransformedDistribution docstring.Gravatar Joshua V. Dillon2017-04-14
* Formatting changesGravatar Rohan Jain2017-04-07
* Merge changes from github.Gravatar Rohan Jain2017-04-07
* Unhide bijectors. Correct TransformedDistribution docstring.Gravatar Joshua V. Dillon2017-04-06
* Remove disribution.is_continuous property.Gravatar Eugene Brevdo2017-03-01
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Update docs.Gravatar A. Unique TensorFlower2017-02-22
* Task 6: sealing up bayesflow.{entropy, monte_carlo, variational_inference}Gravatar Olivia Nordquist2017-02-16
* Fix a bad reference.Gravatar A. Unique TensorFlower2017-02-15
* TASK 1. Python module doc stringsGravatar A. Unique TensorFlower2017-02-13
* BREAKING CHANGE: Rename MVN usage of Greek and refactor to useGravatar Joshua V. Dillon2017-02-10
* BREAKING CHANGE: Rename shape getters, e.g., "get_event_shape()" to "event_sh...Gravatar Joshua V. Dillon2017-01-31