class tf.contrib.learn.ModeKeys Standard names for model modes. The following standard keys are
tf.contrib.learn.Estimator.__init__(model_fn=None, model_dir=None, config=None, params=None, feature_engineering_fn=None) Constructs
tf.contrib.learn.DNNClassifier.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
tf.contrib.learn.LinearClassifier.get_variable_names()
tf.contrib.learn.NanLossDuringTrainingError.__str__()
tf.contrib.learn.DNNRegressor.config
tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=0, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None,
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
tf.contrib.learn.TensorFlowEstimator.set_params(**params) Set the parameters of this estimator. The
tf.contrib.learn.run_feeds(*args, **kwargs) See run_feeds_iter(). Returns a list instead of an iterator.
Page 1 of 18