tf.contrib.learn.DNNClassifier.fit()

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

2016-10-14 13:05:33
tf.contrib.learn.TensorFlowEstimator.fit()

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

2016-10-14 13:06:54
tf.contrib.learn.DNNClassifier.predict()

tf.contrib.learn.DNNClassifier.predict(*args, **kwargs) Returns predicted classes for given features. (deprecated arguments)

2016-10-14 13:05:34
tf.contrib.learn.TensorFlowRNNRegressor.config

tf.contrib.learn.TensorFlowRNNRegressor.config

2016-10-14 13:07:04
tf.contrib.learn.DNNRegressor.config

tf.contrib.learn.DNNRegressor.config

2016-10-14 13:05:36
tf.contrib.learn.run_feeds()

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

2016-10-14 13:06:52
tf.contrib.learn.RunConfig.

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,

2016-10-14 13:06:52
tf.contrib.learn.DNNClassifier.export()

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

2016-10-14 13:05:32
tf.contrib.learn.TensorFlowEstimator.set_params()

tf.contrib.learn.TensorFlowEstimator.set_params(**params) Set the parameters of this estimator. The

2016-10-14 13:06:57
tf.contrib.learn.Estimator.evaluate()

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

2016-10-14 13:05:42