Skip to content

Commit cc6d8b3

Browse files
committed
Added explanation for the output
1 parent 8e0ca60 commit cc6d8b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-fulltraining.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@
530530
"source": [
531531
"### Evaluation\n",
532532
"\n",
533-
"Evaluate the image through the network for inteference. The network outputs class probabilities and we can select the class with the maximum probability as final class output. However, in this example, the output class may not be correct. This is because we have trained the model only for a couple of epochs. If the network is trained for more epochs (say 20), then the output class will be more accurate."
533+
"Evaluate the image through the network for inteference. The network outputs class probabilities and typically, one selects the class with the maximum probability as the final class output.\n",
534+
"**Note:** The output class detected by the network may not be accurate in this example. This is because we have trained the model only for a couple of epochs. If the network is trained for more epochs (say 20), then the output class will be more accurate."
534535
]
535536
},
536537
{

0 commit comments

Comments
 (0)