From aa75e2c38a0c1f37b0dd5920597381a36d4f08cb Mon Sep 17 00:00:00 2001 From: Cavallo Alberto <alberto.cavallo@etu.ec-lyon.fr> Date: Fri, 10 Nov 2023 15:54:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b12bc8..49084f6 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ As can be seen from the graph, the decreasing trend in the graph is due to the f - `mlp.png`: refers to the MLP neural network, it represents the plot of the training accuracies evolution along 100 epochs - The accuracy returned by the model has an increasing trend starting at about 10 %, which is understandable given the presence of 10 classes and thus the network let's say that at the beginning it tries to guess the class, while as the epochs advance and the layer weights and biases are updated step by step, we notice an improvement up to 18 % of the 100th epoch, which given the low complexity of our network is an acceptable result. + The accuracy returned by the model has an increasing trend starting at about 10 %, which is understandable given the presence of 10 classes and thus the network let's say that at the beginning it tries to guess the class, while as the epochs advance and the layer weights and biases are updated step by step, we notice an improvement up to 18 % of the 100th epoch, which given the low complexity of our network is an acceptable result. <div style="text-align:center;"> <img src="results/mlp.png" alt="mlp" width="300" height="200"> </div> -- GitLab