From 65c685706aafb64a4d862c8cd16f71425060c118 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:46:01 +0000 Subject: [PATCH] Update 9_2_Implicit_Regularization.ipynb --- Notebooks/Chap09/9_2_Implicit_Regularization.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap09/9_2_Implicit_Regularization.ipynb b/Notebooks/Chap09/9_2_Implicit_Regularization.ipynb index 10baf36..29c240c 100644 --- a/Notebooks/Chap09/9_2_Implicit_Regularization.ipynb +++ b/Notebooks/Chap09/9_2_Implicit_Regularization.ipynb @@ -310,7 +310,7 @@ "grad_path_tiny_lr = None ;\n", "\n", "\n", - "# TODO: Run the gradient descent on the modified loss\n", + "# TODO: Run the gradient descent on the unmodified loss\n", "# function with 100 steps and a very small learning rate alpha of 0.05\n", "# Replace this line:\n", "grad_path_typical_lr = None ;\n", @@ -335,4 +335,4 @@ } } ] -} \ No newline at end of file +}