tf.contrib.distributions.TransformedDistribution

class tf.contrib.distributions.TransformedDistribution

A Transformed Distribution.

A Transformed Distribution models p(y) given a base distribution p(x), an invertible transform, y = f(x), and the determinant of the Jacobian of f(x).

Shapes, type, and reparameterization are taken from the base distribution.

doc_TensorFlow
2016-10-14 13:02:38
Comments
Leave a Comment

Please login to continue.