aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/__init__.py
Commit message (Expand)AuthorAge
* Silence tf.distributions deprecation messages caused by internal global funct...Gravatar Pavel Sountsov2018-10-09
* Remove Bayesflow/Distribution/Bijector docs.Gravatar A. Unique TensorFlower2018-06-11
* Add `fill_triangular_inverse`, which flattens a triangular matrix in a way su...Gravatar Joshua V. Dillon2018-05-30
* Define PRNG seeding style for new code in Distributions and TF Probability, w...Gravatar A. Unique TensorFlower2018-04-06
* Add meta-distribution which reshapes batch dims.Gravatar Joshua V. Dillon2018-03-29
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Add `Kumaraswamy` to distributions __init__.pyGravatar A. Unique TensorFlower2018-02-13
* VISIBILITY_FIX: Add 'auto_correlation' to _allowed_symbols.Gravatar Ian Langmore2018-01-24
* Add `tf.contrib.distributions.Autoregressive`.Gravatar Joshua V. Dillon2018-01-23
* Make `tf.contrib.distributions` QuadratureCompound classes support batchGravatar Joshua V. Dillon2017-12-15
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Automated g4 rollback of changelist 177633858Gravatar Gunhan Gulsoy2017-12-01
* Add `tf.contrib.distributions.Autoregressive`.Gravatar Joshua V. Dillon2017-12-01
* 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
* Bugfix: add `fill_triangular`, `reduce_weighted_logsumexp`, `tridiag` toGravatar Joshua V. Dillon2017-10-17
* SinhArcsinh (scalar) distribution added to contrib/distributions/Gravatar Ian Langmore2017-10-02
* Add tf.contrib.distributions.MixtureSameFamily.Gravatar Joshua V. Dillon2017-09-28
* Add tf.contrib.distributions.Independent.Gravatar Joshua V. Dillon2017-09-27
* VectorSinhArcsinhDiag added to distributionsGravatar Ian Langmore2017-09-26
* Add distribution utility functions: reduce_weighted_logsumexp,Gravatar Joshua V. Dillon2017-09-21
* Bugfix: import `vector_diffeomixture` lib inGravatar Joshua V. Dillon2017-08-18
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add Poisson-LogNormal (approximate) compound distribution.Gravatar Joshua V. Dillon2017-07-28
* Create new tf.learn.estimator.head which is based on a tf.DistributionGravatar Joshua V. Dillon2017-07-26
* Add op which computes exponential-moving-mean and exponential-moving-variance.Gravatar Joshua V. Dillon2017-07-20
* Add VectorDiffeomixture.Gravatar Joshua V. Dillon2017-07-18
* VectorExponential added to distributions.Gravatar Ian Langmore2017-06-22
* MultivariateNormalFullCovariance added to contrib/distributions/Gravatar Ian Langmore2017-05-11
* VectorLaplaceDiag distribution added.Gravatar Ian Langmore2017-05-10
* [tf distributions] Move conditional back to contrib (not slated for core); mo...Gravatar Eugene Brevdo2017-05-04
* [tf distributions] Move the remaining whitelisted distributions to core.Gravatar Eugene Brevdo2017-05-02
* Fix a bunch of bad links and missing docs in contrib.Gravatar Mark Daoust2017-05-02
* [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
* sample_stats module added to distributions/. Starting by adding percentile, ...Gravatar Ian Langmore2017-03-27
* Deterministic and VectorDeterministic distributions added.Gravatar Ian Langmore2017-03-16
* Expose bijectors as part of the distributions APIGravatar Eugene Brevdo2017-03-06
* Move bijectors into distinct files.Gravatar Joshua V. Dillon2017-02-15
* Add Negative Binomial distribution.Gravatar A. Unique TensorFlower2017-02-15
* Add geometric distribution.Gravatar A. Unique TensorFlower2017-02-14
* Documentation changes to adhere to new doc generatorGravatar Brennan Saeta2017-02-13
* Move various MVNs into distinct files.Gravatar Joshua V. Dillon2017-02-11
* BREAKING CHANGE: Rename MVN usage of Greek and refactor to useGravatar Joshua V. Dillon2017-02-10
* Unit tests for logistic, OneHotCategorical, RelaxedBernoulli, RelaxedOneHotCa...Gravatar A. Unique TensorFlower2017-02-03