Skip to content
Snippets Groups Projects
Commit 634a085f authored by corentin's avatar corentin
Browse files

add graph

parent f99fe76f
No related branches found
No related tags found
No related merge requests found
...@@ -359,6 +359,7 @@ def plot_graph(data_train, labels_train, data_test, labels_test, d_h, learning_r ...@@ -359,6 +359,7 @@ def plot_graph(data_train, labels_train, data_test, labels_test, d_h, learning_r
plt.show() plt.show()
``` ```
![Image](results/mlp_100.png)
![Image](results/mlp.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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment