Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 228011b

Browse files
committed
add buttons
1 parent 5c78b9d commit 228011b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

samples/core/get_started/eager.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,22 @@
6565
"source": [
6666
"# Get Started with 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",
6968
"\n",
69+
"<table align=\"left\"><td>\n",
70+
"<a target=\"_blank\" href=\"https://colab.sandbox.google.com/github/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb\">\n",
71+
" <img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a> \n",
72+
"</td><td>\n",
73+
"<a target=\"_blank\" href=\"https://github.com/tensorflow/models/blob/master/samples/core/get_started/eager.ipynb\"><img width=32px src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on Github</a></td></table>\n",
74+
"\n"
75+
]
76+
},
77+
{
78+
"metadata": {
79+
"id": "LDrzLFXE8T1l",
80+
"colab_type": "text"
81+
},
82+
"cell_type": "markdown",
83+
"source": [
7084
"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",
7185
"\n",
7286
"## TensorFlow programming\n",

0 commit comments

Comments
 (0)