Skip to content

Commit

Permalink
Update advanced-mnist-with-tensorflow.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincibean authored Nov 1, 2016
1 parent a58425f commit 834a530
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions advanced-mnist-with-tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
"# Advanced MNIST with TensorFlow"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Abstract"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Just like programming has \"Hello World\", machine learning has MNIST. MNIST is a simple computer vision dataset. It consists of images of handwritten digits, as well as labels for each image telling us which digit it is. \n",
"In this tutorial, we're going to train a model to look at MNIST images and predict what digits they are."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -20,10 +35,7 @@
"source": [
"This tutorial is taken, with slight modification and different annotations, from [TensorFlow's official documentation](https://www.tensorflow.org/versions/r0.11/tutorials/mnist/pros/index.html).\n",
"\n",
"This tutorial is intended for readers who are new to both machine learning and TensorFlow. \n",
"\n",
"Just like programming has \"Hello World\", machine learning has MNIST. MNIST is a simple computer vision dataset. It consists of images of handwritten digits, as well as labels for each image telling us which digit it is. \n",
"In this tutorial, we're going to train a model to look at MNIST images and predict what digits they are."
"This tutorial is intended for readers who are new to both machine learning and TensorFlow. "
]
},
{
Expand Down

0 comments on commit 834a530

Please sign in to comment.