"vscode:/vscode.git/clone" did not exist on "b39f2b438bbb8e12cc21820dfcc63ab9d7264540"
Commit 92b560d4 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Attempt to hide copyright notice. Remove some italics.

parent 9057a3a1
......@@ -39,7 +39,8 @@
"startup": false,
"wait_interval": 0
}
}
},
"cellView": "form"
},
"cell_type": "code",
"source": [
......@@ -84,9 +85,9 @@
"cell_type": "markdown",
"source": [
"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",
"2. *Train* this model on example data, and\n",
"3. Use the model to make *predictions* about unknown data.\n",
"1. Build a model,\n",
"2. Train this model on example data, and\n",
"3. Use the model to make predictions about unknown data.\n",
"\n",
"Machine learning experience isn't required, but you'll need to read some Python code.\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