From 4c05545129234d14561ebcee1cce36b5e8714425 Mon Sep 17 00:00:00 2001
From: corentin <corentin.massala@gmail.com>
Date: Thu, 9 Nov 2023 22:16:02 +0100
Subject: [PATCH] update of graph

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

diff --git a/README.md b/README.md
index ca0aa31..ac023cd 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ Here is the graph of the accuracy vs K for the whole Cifar dataset with a split
 
 ![Image](results/knn.png)
 
-Here we can conclude that the best K is 9, (if we don't use k = 1)  with a performace of 35% of accuracy. (I tried to updtade the graph, but my kernel kept dying at each run so I kept the first version that could execute.)
+Here we can conclude that the best K is 9, (if we don't use k = 1)  with a performace of 35% of accuracy. 
 
 ## Artificial Neural Network
 
-- 
GitLab