Skip to content

Commit ba1e366

Browse files
committed
image fix
1 parent a98e0d0 commit ba1e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_knn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here's some example Matlab code that shows KNN in action to guess handwritten digits. Here's what the output looks like:
44

5-
![](/images/17_correct_500_comparisons.png)
5+
![](https://github.com/egonSchiele/grokking_algorithms/blob/master/10_knn/images/17_correct_500_comparisons.png)
66

77
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.
88

0 commit comments

Comments
 (0)