tf.contrib.distributions.Mixture

class tf.contrib.distributions.Mixture

Mixture distribution.

The Mixture object implements batched mixture distributions. The mixture model is defined by a Categorical distribution (the mixture) and a python list of Distribution objects.

Methods supported include log_prob, prob, mean, sample, and entropy_lower_bound.

doc_TensorFlow
2016-10-14 12:56:16
Comments
Leave a Comment

Please login to continue.