Skip to content
Snippets Groups Projects
Commit 971f937c authored by corentin's avatar corentin
Browse files

add comment

parent a0233e5f
Branches
No related tags found
No related merge requests found
......@@ -365,3 +365,4 @@ def plot_graph(data_train, labels_train, data_test, labels_test, d_h, learning_r
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.
For 100 epochs and a learning rate of 0.1 we got a test accuracy of 0.13.
For 300 epochs and a learning rate of 0.1 we increased the training accuracy to 0.15991 and we got a test accuracy of 0.155
The result is dissapointing, the MLP as a lower accuracy than the KNN model...
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment