Skip to content

Commit da26dc5

Browse files
authored
Update site/en/tutorials/keras/classification.ipynb
1 parent 6cc30a4 commit da26dc5

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-
"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. "
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)