From 98a2f82e0ef27f3d67722d16703691551d4e3e7e Mon Sep 17 00:00:00 2001 From: Cirilli Simon <cirillisimon@pop-os.localdomain> Date: Mon, 6 Mar 2023 11:20:17 +0100 Subject: [PATCH] JKtheSlacker made me do it --- serie2/rapport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serie2/rapport.md b/serie2/rapport.md index 39cf0a0..8c74f07 100644 --- a/serie2/rapport.md +++ b/serie2/rapport.md @@ -166,7 +166,7 @@ We see the error is slowly decreasing : ```  ### 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 -- GitLab