Skip to content
Snippets Groups Projects
Commit 98a2f82e authored by Cirilli Simon's avatar Cirilli Simon
Browse files

JKtheSlacker made me do it

parent 21197487
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ We see the error is slowly decreasing : ...@@ -166,7 +166,7 @@ We see the error is slowly decreasing :
``` ```
![cost](output10.png) ![cost](output10.png)
### Summarize best learning rate ### Summarize best learning rate
We see that the learning rate of 0.05 is the best because it is the one that converges the fastest. Indeed, the error is decreasing the fastest and the cost is the lowest. We see that the learning rate of 0.05 is the best because it is the one that has the best value for the test set. Effectively, with this learning rate the error is descreasing faster that 0.001 and the cost is also the lowest for the test set.
### Analyse the dependency of the final error rate on the number of epochs ### Analyse the dependency of the final error rate on the number of epochs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment