tf.contrib.distributions.Dirichlet.log_pdf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Dirichlet.log_pdf(value, name='log_pdf') Log probability density function. Args:

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

tf.contrib.distributions.Normal.__init__(mu, sigma, validate_args=False, allow_nan_stats=True, name='Normal') Construct Normal

2025-01-10 15:47:30
tf.contrib.bayesflow.stochastic_tensor.StudentTWithAbsDfSoftplusSigmaTensor.name
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

tf.contrib.bayesflow.stochastic_tensor.StudentTWithAbsDfSoftplusSigmaTensor.name

2025-01-10 15:47:30
tf.contrib.rnn.GridLSTMCell.
  • References/Big Data/TensorFlow/TensorFlow Python/RNN

tf.contrib.rnn.GridLSTMCell.__init__(num_units, use_peepholes=False, share_time_frequency_weights=False, cell_clip=None, initializer=None, num_unit_shards=1, forget_bias=1

2025-01-10 15:47:30
tf.contrib.graph_editor.OpMatcher.
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.OpMatcher.__call__(op) Evaluate if the op matches or not.

2025-01-10 15:47:30
tf.contrib.framework.assert_same_float_dtype()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.assert_same_float_dtype(tensors=None, dtype=None) Validate and return float type based on tensors

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

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

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

tf.contrib.learn.extract_dask_labels(labels) Extract data from dask.Series for labels.

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

tf.contrib.distributions.ExponentialWithSoftplusLam.is_reparameterized

2025-01-10 15:47:30
tf.nn.rnn_cell.BasicRNNCell.
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

tf.nn.rnn_cell.BasicRNNCell.__call__(inputs, state, scope=None) Most basic RNN: output = new_state = activation(W * input + U

2025-01-10 15:47:30