tf.contrib.learn.TensorFlowEstimator.fit()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.fit(x, y, steps=None, monitors=None, logdir=None) Neural network model from provided model_fn

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

tf.contrib.learn.DNNClassifier.export(export_dir, input_fn=None, input_feature_key=None, use_deprecated_input_fn=True, signature_fn=None, default_batch_size=1, expo

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

tf.contrib.learn.TensorFlowEstimator.get_variable_value(name) Returns value of the variable given by name.

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

tf.contrib.learn.TensorFlowRNNRegressor.config

2025-01-10 15:47:30
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.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.learn.DNNClassifier.fit()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.DNNClassifier.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See

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

tf.contrib.learn.Estimator.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None) See

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

tf.contrib.learn.TensorFlowRNNClassifier.predict_proba(x, batch_size=None) Predict class probability of the input samples x

2025-01-10 15:47:30