tf.contrib.learn.TensorFlowRNNClassifier.
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNClassifier.__init__(rnn_size, n_classes, cell_type='gru', num_layers=1, input_op_fn=null_input_op_fn, initial_state=None, bidirectional=False

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

tf.nn.rnn_cell.InputProjectionWrapper.__init__(cell, num_proj, input_size=None) Create a cell with input projection.

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

tf.add_n(inputs, name=None) Adds all input tensors element-wise. Args:

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

tf.nn.rnn_cell.BasicLSTMCell.__call__(inputs, state, scope=None) Long short-term memory cell (LSTM).

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

tf.contrib.learn.run_feeds(*args, **kwargs) See run_feeds_iter(). Returns a list instead of an iterator.

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

tf.contrib.learn.LinearClassifier.get_variable_names()

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

tf.contrib.distributions.Exponential.event_shape(name='event_shape') Shape of a single sample from a single batch as a 1-D int32

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

tf.contrib.distributions.MultivariateNormalDiag.entropy(name='entropy') Shanon entropy in nats.

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

tf.contrib.distributions.MultivariateNormalDiag.variance(name='variance') Variance.

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

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

2025-01-10 15:47:30