Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
92b560d4
Commit
92b560d4
authored
Jun 09, 2018
by
Billy Lamberta
Browse files
Attempt to hide copyright notice. Remove some italics.
parent
9057a3a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
samples/core/get_started/eager.ipynb
samples/core/get_started/eager.ipynb
+6
-5
No files found.
samples/core/get_started/eager.ipynb
View file @
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",
...
@@ -1269,4 +1270,4 @@
...
@@ -1269,4 +1270,4 @@
]
]
}
}
]
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment