Skip to content
Snippets Groups Projects
Commit aa75e2c3 authored by Cavallo Alberto's avatar Cavallo Alberto
Browse files

Update README.md

parent fccfcdc7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment