From d36336c264233fc3ea55a6c3bc8f5136cb961942 Mon Sep 17 00:00:00 2001 From: Danjou Pierre <pierre.danjou@etu.ec-lyon.fr> Date: Mon, 11 Nov 2024 19:26:13 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1ebe9c8..4bd266f 100644 --- a/README.md +++ b/README.md @@ -7,33 +7,25 @@ The objective of this tutorial is to write a complete image classification progr Two classification models will be successively developed and tested: k-nearest neighbors (KNN) and neural networks (NN). ## Prepare the CIFAR dataset - First of all, we had to prepare the CIFAR dataset. All the code can be found on the python file read_cifar.py -1° - -2° - -3° - -4° ## K-Nearest Neighbors (KNN) All the code can be found on the python file knn.py -1° +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: +`` -2° - -3° - -4° +## Artificial Neural Network +### Maths +1° -## Artificial Neural Network + +### Code -- GitLab