"This is a [Google Colaboratory](https://colab.sandbox.google.com/notebooks/welcome.ipynb) notebook file. Python programs are run directly in the browser—a great way to learn and use TensorFlow. To run the Colab notebook:\n",
"This is a [Google Colaboratory](https://colab.sandbox.google.com/notebooks/welcome.ipynb) notebook file. Python programs are run directly in the browser—a great way to learn and use TensorFlow. To run the Colab notebook:\n",
"\n",
"\n",
"1. Connect to a Python runtime: At the top-right of the menubar, select *CONNECT*.\n",
"1. Connect to a Python runtime: At the top-right of the menubar, select *CONNECT*.\n",
"2. Run all the notebook code cells: Select *Runtime* > *Run all*.\n",
"2. Run all the notebook code cells: Select *Runtime* > *Run all*.\n",
"\n",
"\n",
"For more examples and guides, see [Get Started with TensorFlow](https://www.tensorflow.org/get_started/).\n",
"For more examples and guides (including details for this program), see [Get Started with TensorFlow](https://www.tensorflow.org/get_started/).\n",
"\n",
"\n",
"Let's get started, import the TensorFlow library into your program:"
"Let's get started, import the TensorFlow library into your program:"
]
]
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
},
},
"cell_type": "markdown",
"cell_type": "markdown",
"source": [
"source": [
"Load and configure the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset. Convert the samples from integers to a floating-point numbers:"
"Load and prepare the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset. Convert the samples from integers to floating-point numbers:"
"See [Get Started with TensorFlow](https://www.tensorflow.org/get_started/) for next steps."
"That’s it! You’ve just trained an image classifier with ~98% accuracy on this dataset. See [Get Started with TensorFlow](https://www.tensorflow.org/get_started/) to learn more."