From ba1e3660f17b727b74c6acf2f9afc62e3b3028ad Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Fri, 24 Aug 2018 11:17:02 -0700 Subject: [PATCH] image fix --- 10_knn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_knn/README.md b/10_knn/README.md index 458b252..4f884b0 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/17_correct_500_comparisons.png) +![](https://github.com/egonSchiele/grokking_algorithms/blob/master/10_knn/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.