From f12c49a2e03818b3e9f1531b4437db5343f95a4c Mon Sep 17 00:00:00 2001 From: Danjou Pierre <pierre.danjou@etu.ec-lyon.fr> Date: Mon, 11 Nov 2024 20:10:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d91a838..6d6383d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ 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:  +Here we can conclude that the best K is 5, (if we don't use k = 1) with a performace of 34,5% of accuracy. + ## Artificial Neural Network ### Maths -- GitLab