From d1a081227af29876a06ad82f7ddb2654531331d8 Mon Sep 17 00:00:00 2001
From: Danjou Pierre <pierre.danjou@etu.ec-lyon.fr>
Date: Mon, 11 Nov 2024 20:05:05 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index eb40411..d91a838 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,8 @@ First of all, we had to prepare the CIFAR dataset. All the code can be found on
 All the code can be found on the python file knn.py
 
 Here is the graph of the accuracy of my knn code epending on the value of k for the Cifar dataset with a split factor of 0.9:
-![knn](results/knn.pnj)
+![knn](results/knn.png)
 
-![knn](results\knn.jpeg)
 ## Artificial Neural Network
 
 ### Maths 
-- 
GitLab