Skip to content

Commit 9974e8a

Browse files
Merge pull request #2003 from sachinprasadhs:patch-2
PiperOrigin-RevId: 426301443
2 parents dc8d305 + da26dc5 commit 9974e8a

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 should be easier to interpret."
589589
]
590590
},
591591
{

0 commit comments

Comments
 (0)