From 12b5c35f5a804b0d7d405d72ba34da232b6d11da Mon Sep 17 00:00:00 2001
From: Arab Myla <myla.arab@ecl19.ec-lyon.fr>
Date: Wed, 2 Nov 2022 19:37:35 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a6a6de7..9cf6dcd 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,13 @@ This database can be obtained at the address https://www.cs.toronto.edu/~kriz/ci
 
 The python file named read_cifar.py contains the functions needed to read the data. 
 
-The python file named knn.py contains the functions developping and testing the k-nearest neighbors classification model.
+The python file named knn.py contains the functions developping the k-nearest neighbors classification model.
 
-The python file named mlp.py contains the functions developping and testing the multilayer perceptron neural networks classification model.
+The python file named mlp.py contains the functions developping the multilayer perceptron neural networks classification model.
+
+The folder Tests contains a python file in which the developed functions are tested.
+
+The folder Results contains the images of the KNN and NN plots.
 
 ***
 
-- 
GitLab