"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",
"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",
"\n",
"For more examples and guides, see [Get Started with TensorFlow](https://www.tensorflow.org/get_started/).\n",
"\n",
"Let's get started, import the TensorFlow library into your program:"
]
},
{
...
...
@@ -89,7 +96,7 @@
},
"cell_type": "markdown",
"source": [
"Load and configure the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset. Convert the samples from an int to a float:"
"Load and configure the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset. Convert the samples from integers to a floating-point numbers:"