Skip to content

Commit 6cc30a4

Browse files
Updated logits.
Properly formatted the logits definition.
1 parent ef15b12 commit 6cc30a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"### Make predictions\n",
586586
"\n",
587587
"With the model trained, you can use it to make predictions about some images.\n",
588-
"The model's linear outputs, [logits](https://developers.google.com/machine-learning/glossary#logits). Attach a softmax layer to convert the logits to probabilities, which are easier to interpret. "
588+
"Attach a softmax layer to convert the model's linear outputs, [logits](https://developers.google.com/machine-learning/glossary#logits) to probabilities, which are easier to interpret. "
589589
]
590590
},
591591
{

0 commit comments

Comments
 (0)