Skip to content

Commit 5f8a83a

Browse files
pcoetcopybara-github
authored andcommitted
Fix misleading statement about graphing functions and add a conclusion to the Keras classification tutorial.
PiperOrigin-RevId: 566758660
1 parent b90e789 commit 5f8a83a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/en/tutorials/keras/classification.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
"id": "ygh2yYC972ne"
678678
},
679679
"source": [
680-
"Graph this to look at the full set of 10 class predictions."
680+
"Define functions to graph the full set of 10 class predictions."
681681
]
682682
},
683683
{
@@ -915,7 +915,9 @@
915915
"id": "YFc2HbEVCaXd"
916916
},
917917
"source": [
918-
"And the model predicts a label as expected."
918+
"And the model predicts a label as expected.\n",
919+
"\n",
920+
"To learn more about building models with Keras, see the [Keras guides](https://www.tensorflow.org/guide/keras)."
919921
]
920922
}
921923
],

0 commit comments

Comments
 (0)