tf.contrib.distributions.Poisson
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

class tf.contrib.distributions.Poisson Poisson distribution. The Poisson distribution is parameterized

2025-01-10 15:47:30
tf.contrib.distributions.Multinomial.pmf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Multinomial.pmf(value, name='pmf') Probability mass function. Args:

2025-01-10 15:47:30
tf.contrib.learn.BaseEstimator
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

class tf.contrib.learn.BaseEstimator Abstract BaseEstimator class to train and evaluate TensorFlow models.

2025-01-10 15:47:30
tf.contrib.distributions.WishartCholesky.pdf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.WishartCholesky.pdf(value, name='pdf') Probability density function. Args:

2025-01-10 15:47:30
tf.contrib.learn.monitors.NanLoss
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

class tf.contrib.learn.monitors.NanLoss NaN Loss monitor. Monitors loss and stops training if

2025-01-10 15:47:30
tf.contrib.distributions.ExponentialWithSoftplusLam.event_shape()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.ExponentialWithSoftplusLam.event_shape(name='event_shape') Shape of a single sample from a single batch

2025-01-10 15:47:30
tf.contrib.distributions.GammaWithSoftplusAlphaBeta.sample_n()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.GammaWithSoftplusAlphaBeta.sample_n(n, seed=None, name='sample_n') Generate n samples.

2025-01-10 15:47:30
tensorflow::PartialTensorShape::MergeWith()
  • References/Big Data/TensorFlow/TensorFlow C++/PartialTensorShape

Status tensorflow::PartialTensorShape::MergeWith(const PartialTensorShape &shape, PartialTensorShape *result) const Merges

2025-01-10 15:47:30
tf.contrib.distributions.MultivariateNormalCholesky.prob()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.MultivariateNormalCholesky.prob(value, name='prob') Probability density/mass function (depending on

2025-01-10 15:47:30
tf.trace()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.trace(x, name=None) Compute the trace of a tensor x. trace(x) returns

2025-01-10 15:47:30