aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-15 09:37:49 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-15 09:41:52 -0700
commitff29c995ea187932a4f6f25c0a7a1a5c4577655e (patch)
tree453b4cfe9a177aecceb4a2af65bb6b155b6db2a7 /tensorflow/examples/learn
parent6138e267a2cb00a242cc1badf226b8e5cda1da48 (diff)
Updates get_started/tflearn.md to use tf.estimator api, renames the file and updates links.
PiperOrigin-RevId: 159114013
Diffstat (limited to 'tensorflow/examples/learn')
-rw-r--r--tensorflow/examples/learn/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/examples/learn/README.md b/tensorflow/examples/learn/README.md
index e5b34292b1..3166f37e78 100644
--- a/tensorflow/examples/learn/README.md
+++ b/tensorflow/examples/learn/README.md
@@ -1,9 +1,9 @@
# Estimator Examples
TensorFlow Estimators are a high-level API for TensorFlow that allows you to
-create, train, and use deep learning models easily.
+create, train, and use deep learning models easily.
-See the [Quickstart tutorial](https://www.tensorflow.org/get_started/tflearn)
+See the [Quickstart tutorial](https://www.tensorflow.org/get_started/estimator)
for an introduction to the API.
To run most of these examples, you need to install the `scikit learn` library