aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/tutorials/index.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-28 20:24:00 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-28 21:34:07 -0700
commitf428766330fa752b00e1c870b386539612281c9f (patch)
tree964c47db4ec456c96473f46f5791178ff1d7d6e4 /tensorflow/g3doc/tutorials/index.md
parent323b57de58194202ba619a1301762f1e39189a6a (diff)
Revising some Tensorflow tutorial documentation.
Change: 128774430
Diffstat (limited to 'tensorflow/g3doc/tutorials/index.md')
-rw-r--r--tensorflow/g3doc/tutorials/index.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/tensorflow/g3doc/tutorials/index.md b/tensorflow/g3doc/tutorials/index.md
index 292596837d..a489d977c8 100644
--- a/tensorflow/g3doc/tutorials/index.md
+++ b/tensorflow/g3doc/tutorials/index.md
@@ -2,6 +2,10 @@
## Basic Neural Networks
+The first few Tensorflow tutorials guide you through training and testing a
+simple neural network to classify handwritten digits from the MNIST database of
+digit images.
+
### MNIST For ML Beginners
If you're new to machine learning, we recommend starting here. You'll learn
@@ -27,13 +31,6 @@ example.
[View Tutorial](../tutorials/mnist/tf/index.md)
-### MNIST Data Download
-
-Details about downloading the MNIST handwritten digits data set. Exciting
-stuff.
-
-[View Tutorial](../tutorials/mnist/download/index.md)
-
## Easy ML with tf.contrib.learn