diff --git a/example/image-classification/README.md b/example/image-classification/README.md index d0ffa3f72a7d..c44ba23f4a64 100644 --- a/example/image-classification/README.md +++ b/example/image-classification/README.md @@ -3,7 +3,7 @@ This fold contains examples for image classification. The goal of image classifcation is to identify the objects contained in images. The following [example](http://mxnet.io/tutorials/python/predict_image.html) shows -recognized object classes with corresponding probabilities using a pre-traind +recognized object classes with corresponding probabilities using a pre-trained model.