aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions
Commit message (Expand)AuthorAge
* Name change in LinearOperator: batch_shape_dynamic --> batch_shape_tensor.Gravatar Ian Langmore2017-01-17
* Implement Vector Student's T-distribution. This distribution is an AffineGravatar Joshua V. Dillon2017-01-13
* Implement softplus_inverse op.Gravatar Joshua V. Dillon2017-01-13
* Automated rollback of change 144338393Gravatar Gunhan Gulsoy2017-01-12
* Implement Vector Student's T-distribution. This distribution is an AffineGravatar Joshua V. Dillon2017-01-12
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Implement KL-divergence between two Gamma distributions.Gravatar Joshua V. Dillon2017-01-10
* Name tensors created in DistributionWith* subclasses.Gravatar Joshua V. Dillon2017-01-10
* Allow Student's t-distribution to take negative sigma.Gravatar Joshua V. Dillon2017-01-09
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Allow fully dynamic batch/event overrides.Gravatar Joshua V. Dillon2017-01-04
* Fix `sample` shape hints and remove `sample_n`.Gravatar Joshua V. Dillon2017-01-03
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Bump the size of dirichlet_multinomial_testGravatar Gunhan Gulsoy2016-12-23
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Fix Student's T flaky tests.Gravatar Joshua V. Dillon2016-12-21
* Replace array_ops.unpack with array_ops.unstack in third_party/tensorflow.Gravatar A. Unique TensorFlower2016-12-16
* Implement `sample` for `Multinomial` and `DirichletMultinomial`.Gravatar Joshua V. Dillon2016-12-15
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Switch array_ops.pack/unpack to array_ops.stack/unstack. Also switch a few re...Gravatar A. Unique TensorFlower2016-12-15
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* (Part 2 of 2.) Allow TransformedDistribution to override batch_shape or event...Gravatar Joshua V. Dillon2016-12-14
* Dont add `None` to `graph_parents` in `Affine` `Bijector`.Gravatar Joshua V. Dillon2016-12-14
* For extra safety, add `abs` to `log` calls in `OperatorPD` `det` functions.Gravatar Joshua V. Dillon2016-12-13
* Bump up size of bijector_test.Gravatar A. Unique TensorFlower2016-12-13
* (Part 1 of 2.) Add arguments to TransformedDistribution which allow it to tra...Gravatar Joshua V. Dillon2016-12-12
* Changes to `Affine`: Make `shift` an optional argument. Make event_ndims=1 th...Gravatar Joshua V. Dillon2016-12-12
* Support TransformedDistribution entropy in the limited case when bijector.is_...Gravatar Joshua V. Dillon2016-12-09
* Affine bijector will default to identity matrix in the presence of no scale a...Gravatar A. Unique TensorFlower2016-12-09
* Add `AffineLinearOperator` bijector, ie, `A@X.T + b`. This bijector generali...Gravatar Joshua V. Dillon2016-12-07
* Remove remaining uses of tf.reverse() and remove tf.reverse()Gravatar Andrew Selle2016-12-07
* Rename ScaleAndShift bijector to "Affine" and generalize it to construct scal...Gravatar A. Unique TensorFlower2016-12-07
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Add dynamic shape check to Bernoulli. This lets us avoid broadcasting in the ...Gravatar A. Unique TensorFlower2016-12-05
* removing tf.slice as it is soon to be deprecated. replaced with tf.strided_s...Gravatar Olivia Nordquist2016-12-02
* Fix cache exception condition. When caching it is sometimes the case that we ...Gravatar Joshua V. Dillon2016-12-02
* Bugfix in tf.contrib.distributions base class, which enables more flexible su...Gravatar Eugene Brevdo2016-11-30
* Deprecate tf.select since it is getting replaced by tf.where.Gravatar A. Unique TensorFlower2016-11-30
* DOCFIX: Remove html formatting from distribution append docstring.Gravatar Ian Langmore2016-11-28
* DOCFIX: Make it clear that TransformedDistribution takes an instance, not aGravatar Ian Langmore2016-11-28
* This introduces the RelaxedBernoulli, RelaxedOneHotCategorical, and OneHotCat...Gravatar A. Unique TensorFlower2016-11-28
* Add PowerTransform, a generalization of the Exp bijector.Gravatar Joshua V. Dillon2016-11-21
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* Bugfix: distribution.util.gen_new_seed incorrectly regards seed=0 as being None.Gravatar Joshua V. Dillon2016-11-20
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Bijector caching tests added. A "BrokenBijector" (forward and inverse are notGravatar Ian Langmore2016-11-18
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-17
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* BUGFIX: Softplus bijector inverse did not work with small values 'y'. ThisGravatar Ian Langmore2016-11-15
* Add get_/event_shape functions to `Bijector` class and add back get_/event_sh...Gravatar Joshua V. Dillon2016-11-10