Skip to content

Commit 8007889

Browse files
authored
Bold the colab link
1 parent 4a48b11 commit 8007889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/core/get_started/eager.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"source": [
6666
"# Getting started using eager execution\n",
6767
"\n",
68-
"Note: you can run [this notebook, live in Google Colab](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb) with zero setup.\n",
68+
"Note: you can run [**this notebook, live in Google Colab**](https://colab.research.google.com/github/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb) with zero setup.\n",
6969
"\n",
7070
"This tutorial describes how to use machine learning to *categorize* Iris flowers by species. It uses [TensorFlow](https://www.tensorflow.org)'s eager execution to 1. build a *model*, 2. *train* the model on example data, and 3. use the model to make *predictions* on unknown data. Machine Learning experience isn't required to follow this guide, but you'll need to read some Python code.\n",
7171
"\n",

0 commit comments

Comments
 (0)