From 0b7eac4f8deca11dc6f1922892bfd84dfb852003 Mon Sep 17 00:00:00 2001
From: De Simeis Theo <theo.de-simeis@etu-enise.ec-lyon.fr>
Date: Fri, 10 Nov 2023 13:53:30 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3471726..704081d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ To access the CIFAR-10 database and obtain the necessary data, you can visit htt
 
 The result obtained from the k-nearest neighbors (KNN) is presented as the accuracy, showcasing how it varies with changes in the value of k, ranging from 1 to 20.
 
-![Description de l'image](image-classification/KNN.png)
+![training accuracy knn](results/KNN.png)
 
 
 **NN**
-- 
GitLab