From 8200299e64dbff3bd89de97891e6f66ca40043df Mon Sep 17 00:00:00 2001 From: SwayStar123 <46050679+SwayStar123@users.noreply.github.com> Date: Sun, 12 May 2024 15:01:36 +0530 Subject: [PATCH] Update 2_1_Supervised_Learning.ipynb --- Notebooks/Chap02/2_1_Supervised_Learning.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap02/2_1_Supervised_Learning.ipynb b/Notebooks/Chap02/2_1_Supervised_Learning.ipynb index 65f0007..c7be987 100644 --- a/Notebooks/Chap02/2_1_Supervised_Learning.ipynb +++ b/Notebooks/Chap02/2_1_Supervised_Learning.ipynb @@ -196,7 +196,7 @@ "source": [ "# Visualizing the loss function\n", "\n", - "The above process is equivalent to to descending coordinate wise on the loss function
\n", + "The above process is equivalent to descending coordinate wise on the loss function
\n", "\n", "Now let's plot that function" ], @@ -249,4 +249,4 @@ "outputs": [] } ] -} \ No newline at end of file +}