From 6e60ac041620efc934d9dfcb0d5cbca0910dc172 Mon Sep 17 00:00:00 2001 From: De Simeis Theo <theo.de-simeis@etu-enise.ec-lyon.fr> Date: Fri, 10 Nov 2023 15:37:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 704081d..b359e66 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ To access the CIFAR-10 database and obtain the necessary data, you can visit htt **KNN** 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. +Here we can see that the graph decrease, with a mean accuracy of 35% which is not very good,but expected, because images are not always the same ( not only cats or cars but all mixed)  @@ -18,6 +19,7 @@ The result obtained from the k-nearest neighbors (KNN) is presented as the accur **NN** The output from the neural networks (NN) illustrates the progression of learning accuracy over different learning epochs. +Here we can see that the graph increase, because all along the epochs, the system is training with the same type of image, at the contrary to the first case.  -- GitLab