tf.contrib.learn.TensorFlowEstimator.

tf.contrib.learn.TensorFlowEstimator.__repr__()

2016-10-14 13:06:58
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.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.LinearClassifier.get_variable_names()

tf.contrib.learn.LinearClassifier.get_variable_names()

2016-10-14 13:05:49
tf.contrib.learn.TensorFlowRNNRegressor.partial_fit()

tf.contrib.learn.TensorFlowRNNRegressor.partial_fit(x, y) Incremental fit on a batch of samples. This

2016-10-14 13:07:06
tf.contrib.learn.TensorFlowEstimator.get_variable_value()

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

2016-10-14 13:06:55
tf.contrib.learn.LinearClassifier.get_variable_value()

tf.contrib.learn.LinearClassifier.get_variable_value(name)

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

tf.contrib.learn.TensorFlowRNNRegressor.config

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

tf.contrib.learn.Estimator.__init__(model_fn=None, model_dir=None, config=None, params=None, feature_engineering_fn=None) Constructs

2016-10-14 13:05:46
tf.contrib.learn.Estimator.get_variable_value()

tf.contrib.learn.Estimator.get_variable_value(name) Returns value of the variable given by name. Args:

2016-10-14 13:05:44