Skip to content

Commit d84c234

Browse files
authored
Merge pull request #135 from awslabs/image_classification_fixinstance
Image classification - added explanation for incorrect output
2 parents bf6cb27 + cc0c518 commit d84c234

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-fulltraining.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,17 @@
522522
"Image(file_name) "
523523
]
524524
},
525+
{
526+
"cell_type": "markdown",
527+
"metadata": {},
528+
"source": [
529+
"### Evaluation\n",
530+
"\n",
531+
"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",
532+
"\n",
533+
"**Note:** The output class detected by the network may not be accurate in this example. To limit the time taken and cost of training, 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."
534+
]
535+
},
525536
{
526537
"cell_type": "code",
527538
"execution_count": null,

0 commit comments

Comments
 (0)