We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90e789 commit 5f8a83aCopy full SHA for 5f8a83a
site/en/tutorials/keras/classification.ipynb
@@ -677,7 +677,7 @@
677
"id": "ygh2yYC972ne"
678
},
679
"source": [
680
- "Graph this to look at the full set of 10 class predictions."
+ "Define functions to graph the full set of 10 class predictions."
681
]
682
683
{
@@ -915,7 +915,9 @@
915
"id": "YFc2HbEVCaXd"
916
917
918
- "And the model predicts a label as expected."
+ "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)."
921
922
}
923
],
0 commit comments