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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.