aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/python/ops/logistic.py
Commit message (Expand)AuthorAge
* Modify docs under contrib/distributions to point to tfp.Gravatar Brian Patton2018-09-20
* Move non-core Distributions and Bijectors to Tensorflow Probability (TFP), an...Gravatar A. Unique TensorFlower2018-06-12
* Use dict(locals()) instead of distribution_util.parent_frame_arguments. This ...Gravatar A. Unique TensorFlower2018-05-25
* Use distribution_util.arguments instead of locals. This fixes a bug in newer ...Gravatar A. Unique TensorFlower2018-05-10
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-04-18
* Automated g4 rollback of changelist 190728742Gravatar A. Unique TensorFlower2018-03-29
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-03-27
* Remove unnecessary density functions.Gravatar A. Unique TensorFlower2018-03-05
* Change `tf.contrib.distributions` docstring examples to use `tfd` alias rathe...Gravatar Joshua V. Dillon2017-11-29
* Fix sign errors in tf.contrib.distributions.logistic.{log_cdf, log_survival_f...Gravatar Joshua V. Dillon2017-05-26
* Initial move of tf.contrib.distributions to core:Gravatar Eugene Brevdo2017-04-27
* [tf distributions] Remove some contrib dependencies in distributions.Gravatar Eugene Brevdo2017-03-30
* All distributions: Use init arg "name" for the name, rather than name_scope.Gravatar Ian Langmore2017-03-02
* Remove disribution.is_continuous property.Gravatar Eugene Brevdo2017-03-01
* Where appropriate, switch `np.nextafter` to `np.finfo(dtype).tiny`.Gravatar Joshua V. Dillon2017-02-13
* Misc cleanups for style and consistency.Gravatar Joshua V. Dillon2017-02-12
* Change `log(1 + .*)` to `log1p(.*)`.Gravatar A. Unique TensorFlower2017-02-10
* Unit tests for logistic, OneHotCategorical, RelaxedBernoulli, RelaxedOneHotCa...Gravatar A. Unique TensorFlower2017-02-03
* Move `pop("self")` logic into `Distribution` baseclass.Gravatar Joshua V. Dillon2017-01-31
* BREAKING CHANGE: Rename shape getters, e.g., "get_event_shape()" to "event_sh...Gravatar Joshua V. Dillon2017-01-31
* 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
* 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
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* This introduces the RelaxedBernoulli, RelaxedOneHotCategorical, and OneHotCat...Gravatar A. Unique TensorFlower2016-11-28