From 634a085f40ce4b4963c4c1bd101de3837bcc64d7 Mon Sep 17 00:00:00 2001
From: corentin <corentin.massala@gmail.com>
Date: Thu, 9 Nov 2023 11:38:13 +0100
Subject: [PATCH] add graph

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

diff --git a/README.md b/README.md
index 014314a..ca0aa31 100644
--- a/README.md
+++ b/README.md
@@ -359,6 +359,7 @@ def plot_graph(data_train, labels_train, data_test, labels_test, d_h, learning_r
     plt.show()
 ```
 
+![Image](results/mlp_100.png)
 ![Image](results/mlp.png)
 
 The accuracy is increasing with each epochs without converging, we could increase the learning rate to speed up the training and inscrease the numbers of epoch to see what would be our maximum accuracy.
-- 
GitLab