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.
Please login to continue.