diff --git a/10_knn/README.md b/10_knn/README.md index b84a5ff..458b252 100644 --- a/10_knn/README.md +++ b/10_knn/README.md @@ -2,7 +2,7 @@ Here's some example Matlab code that shows KNN in action to guess handwritten digits. Here's what the output looks like: -![](/images/16_correct_500_comparisons.tif) +![](/images/17_correct_500_comparisons.png) Each row represents a guess. The last column contains the image that we're trying to guess the digit for. The first three columns show the 3 nearest neighbors for that last image. diff --git a/10_knn/images/17_correct_500_comparisons.png b/10_knn/images/17_correct_500_comparisons.png new file mode 100644 index 0000000..d5df2c3 Binary files /dev/null and b/10_knn/images/17_correct_500_comparisons.png differ