From a32260c39f4e8885ab7fa6bf7a91e04d900fdc16 Mon Sep 17 00:00:00 2001 From: Ritobrata Ghosh <58001482+ritog@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:42:35 +0530 Subject: [PATCH] Minor typo correction- Update 9_1_L2_Regularization.ipynb --- Notebooks/Chap09/9_1_L2_Regularization.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap09/9_1_L2_Regularization.ipynb b/Notebooks/Chap09/9_1_L2_Regularization.ipynb index 93c2bce..bda5af3 100644 --- a/Notebooks/Chap09/9_1_L2_Regularization.ipynb +++ b/Notebooks/Chap09/9_1_L2_Regularization.ipynb @@ -341,7 +341,7 @@ "source": [ "# Computes the regularization term\n", "def compute_reg_term(phi0,phi1):\n", - " # TODO compute the regularization term (term in large brackets in the above equstion)\n", + " # TODO compute the regularization term (term in large brackets in the above equation)\n", " # Replace this line\n", " reg_term = 0.0\n", "\n", @@ -535,4 +535,4 @@ } } ] -} \ No newline at end of file +}