From 6030196fe67692e79cb1e696693979691f6b2316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20GALLOU=C3=89DEC?= <gallouedec.quentin@gmail.com> Date: Thu, 6 Oct 2022 17:57:35 +0200 Subject: [PATCH] Update evaluation so that total is /20 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e23364a..0ccd3fe 100644 --- a/README.md +++ b/README.md @@ -218,9 +218,9 @@ In this section, we present all the items on which the work is evaluated. - ( /1) The function `knn_predict` works as described - ( /1) The function `evaluate_knn` works as described - ( /1) The graph `knn.png` shows the results obtained -- ( /1) The function `learn_once_mse` works as described +- ( /1.5) The function `learn_once_mse` works as described - ( /1) The function `one_hot` works as described -- ( /1) The function `learn_once_cross_entropy` works as described +- ( /1.5) The function `learn_once_cross_entropy` works as described - ( /1) The function `evaluate_mlp` works as described - ( /1) The graph `mlp.png` shows the results obtained - ( /1) The project has a good README. -- GitLab