aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
Commit message (Expand)AuthorAge
* 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
* Move bayesflow.special_math to distributions where it belongs.Gravatar Eugene Brevdo2017-01-30
* BREAKING CHANGE: Deprecate contrib/distributions `pmf`, `pdf`, `log_pmf`, `lo...Gravatar Joshua V. Dillon2017-01-30
* BREAKING CHANGE: Standardize "loc/scale" distribution arguments.Gravatar Joshua V. Dillon2017-01-30
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* BREAKING CHANGE: Standardize "logits/probs" distribution arguments.Gravatar Joshua V. Dillon2017-01-27
* Laplace distribution gets a more stable log_cdf and log_survival_function.Gravatar Ian Langmore2017-01-25
* Merge changes from github.Gravatar Shanqing Cai2017-01-23
* Change distributions is_reparameterized bool to reparameterization_type enum.Gravatar Eugene Brevdo2017-01-19
* BREAKING CHANGE: Rename instances of "std" to "stddev".Gravatar Joshua V. Dillon2017-01-19
* Fix `sample` shape hints and remove `sample_n`.Gravatar Joshua V. Dillon2017-01-03
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Specifically add `zero_debias=True` since the rollback of the default arg.Gravatar A. Unique TensorFlower2016-12-05
* Deprecate tf.select since it is getting replaced by tf.where.Gravatar A. Unique TensorFlower2016-11-30
* Add VIMCO advantage function to bayesflow.Gravatar Eugene Brevdo2016-11-21
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Fix for Markdown in the Python docstrings.Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Use `zero_debias=True` for Tensors in ExponentialMovingAverages class.Gravatar A. Unique TensorFlower2016-11-11
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* bayesflow: replace SampleAndReshapeValue with SampleValue()Gravatar Eugene Brevdo2016-11-09
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Modify StochasticTensor to take an instance of a distribution.Gravatar A. Unique TensorFlower2016-11-02
* Renames all `DistributionTensor` to `StochasticTensor`Gravatar A. Unique TensorFlower2016-10-11
* Remove a public notion of BaseDistribution.Gravatar A. Unique TensorFlower2016-10-10
* Automated rollback of change 135038724Gravatar A. Unique TensorFlower2016-10-05
* Implement gradients for ndtr, log_ndtr. This avoids automatic differentiation...Gravatar A. Unique TensorFlower2016-10-03
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Custom variable getter for stochastic variablesGravatar A. Unique TensorFlower2016-09-23
* Expand documention for monte_carlo.expectation function.Gravatar A. Unique TensorFlower2016-09-21
* Correct the bias introduced by default EMA initialization in score functionGravatar A. Unique TensorFlower2016-09-16
* 1. Rename batch_matrix_* ops to matrix_*. Specifically, this applies toGravatar A. Unique TensorFlower2016-09-13
* python3 bugfix in ObservedStochasticTensorGravatar Eugene Brevdo2016-09-12
* Add ObservedStochasticTensor that combines a StochasticTensor with an observedGravatar A. Unique TensorFlower2016-09-12
* Add logging in surrogate_loss to show which StochasticTensors are found to in...Gravatar A. Unique TensorFlower2016-09-08
* Favor speed on GPU over dynamic correctness checks in tf.contrib.distributions.Gravatar Eugene Brevdo2016-09-07
* Add tests for stochastic gradient estimators and fix EMA usage bugGravatar A. Unique TensorFlower2016-09-06
* Workaround for the fact that the gradient of a select with an unchosen branch...Gravatar A. Unique TensorFlower2016-09-01
* Push the bulk python tensorflow dependency down to individual leaf targets asGravatar A. Unique TensorFlower2016-09-01
* Changes to bayesflow api:Gravatar Eugene Brevdo2016-08-31