Unverified Commit cac3a298 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4496 from lamberta/fix-eager-nb

Attempt to hide copyright notice. Remove some italics.
parents 938380bd 92b560d4
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
"startup": false, "startup": false,
"wait_interval": 0 "wait_interval": 0
} }
} },
"cellView": "form"
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
...@@ -84,9 +85,9 @@ ...@@ -84,9 +85,9 @@
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"This guide uses machine learning to *categorize* Iris flowers by species. It uses [TensorFlow](https://www.tensorflow.org)'s eager execution to:\n", "This guide uses machine learning to *categorize* Iris flowers by species. It uses [TensorFlow](https://www.tensorflow.org)'s eager execution to:\n",
"1. Build a *model*,\n", "1. Build a model,\n",
"2. *Train* this model on example data, and\n", "2. Train this model on example data, and\n",
"3. Use the model to make *predictions* about unknown data.\n", "3. Use the model to make predictions about unknown data.\n",
"\n", "\n",
"Machine learning experience isn't required, but you'll need to read some Python code.\n", "Machine learning experience isn't required, but you'll need to read some Python code.\n",
"\n", "\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment