Merge pull request #187 from SwayStar123/patch-1

Remove redundant `to`
This commit is contained in:
udlbook
2024-05-16 16:02:25 -04:00
committed by GitHub

View File

@@ -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<br>\n",
"The above process is equivalent to descending coordinate wise on the loss function<br>\n",
"\n",
"Now let's plot that function"
],
@@ -249,4 +249,4 @@
"outputs": []
}
]
}
}