aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
Commit message (Expand)AuthorAge
* Modify docs under contrib/distributions to point to tfp.Gravatar Brian Patton2018-09-20
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Fix Missing r-string.Gravatar Mark Daoust2018-06-28
* Gamma distribution and the derived distributions (Beta, Dirichlet, Student's ...Gravatar A. Unique TensorFlower2018-06-22
* Remove Bayesflow/Distribution/Bijector docs.Gravatar A. Unique TensorFlower2018-06-11
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Merge changes from github.Gravatar Michael Case2018-04-10
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Finish deprecation of tf.contrib.bayesflow.{HMC,MetropolisHastings}.Gravatar Joshua V. Dillon2018-03-26
* Add custom_gradient function.Gravatar Joshua V. Dillon2018-03-12
* Improve usability of `tf.contrib.bayesflow.custom_gradient` by removing need ...Gravatar Joshua V. Dillon2018-03-12
* Migrate tf.contrib.bayesflow.optimizers to tfp.optimziers.Gravatar Joshua V. Dillon2018-03-09
* Migrate AIS chain into `tfp.mcmc` and modularize its interface to take a Tran...Gravatar Joshua V. Dillon2018-03-07
* 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
* Docs: Fix prefix for the fancy-linker.Gravatar Billy Lamberta2018-03-06
* Migrate MCMC diagnostics and Halton Sequence sampler intoGravatar Joshua V. Dillon2018-03-06
* disabling msan flaky testGravatar Olivia Nordquist2018-03-05
* Add objective functions for variational inference with Csiszar f-divergences.Gravatar A. Unique TensorFlower2018-03-05
* Automated g4 rollback of changelist 185073515Gravatar A. Unique TensorFlower2018-03-05
* Add util which creates Python callable with tf.Variables explicitly asGravatar Joshua V. Dillon2018-03-01
* Internal change.Gravatar Jeremy Lau2018-02-26
* Internal change.Gravatar Jeremy Lau2018-02-23
* Unify metropolis_hastings interface with HMC kernel.Gravatar Dustin Tran2018-02-22
* Automated g4 rollback of changelist 186260342Gravatar Dustin Tran2018-02-20
* DOCFIX: hmc.sample_chain kwarg num_steps_between_results docstring seemed toGravatar Ian Langmore2018-02-20
* Automated g4 rollback of changelist 186260342Gravatar Dustin Tran2018-02-19
* Reduce tfp.layers boilerplate via programmable docstrings.Gravatar Dustin Tran2018-02-19
* effective_sample_size kwarg change (same default behavior).Gravatar Ian Langmore2018-02-14
* Disable flaky halton_sequence_testGravatar A. Unique TensorFlower2018-02-11
* Automated g4 rollback of changelist 185073515Gravatar A. Unique TensorFlower2018-02-10
* TEST: test of kernel_results added to hmc_test.pyGravatar Ian Langmore2018-02-09
* Extended the Halton sequences to support randomization. Implemented the rando...Gravatar A. Unique TensorFlower2018-02-08
* Add effective_sample_size to tf.contrib.bayesflow.mcmc_diagnostics.Gravatar Ian Langmore2018-02-08
* Automated g4 rollback of changelist 184551259Gravatar Joshua V. Dillon2018-02-06
* 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
* Automated g4 rollback of changelist 184323369Gravatar Joshua V. Dillon2018-02-05
* Breaking change: Revise HMC interface to accept a list of Tensors representin...Gravatar Joshua V. Dillon2018-02-02
* Internal change.Gravatar Anna R2018-02-01
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Move layers_dense_variational_impl.py to layers_dense_variational.py.Gravatar Dustin Tran2018-01-19
* Add convolutional Flipout layers.Gravatar Dustin Tran2018-01-19
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Internal change.Gravatar Anna R2017-12-21
* Adding an optimizer module for ConstantSGD.Gravatar A. Unique TensorFlower2017-12-20
* Add probabilistic convolutional layers.Gravatar Dustin Tran2017-12-18
* Add DenseFlipout probabilistic layer.Gravatar Dustin Tran2017-12-18
* Restandardize `DenseVariational` as simpler template for other probabilistic ...Gravatar Dustin Tran2017-12-15