From 73613f5d8f4c78a2e1e9731e0270923b116b9b39 Mon Sep 17 00:00:00 2001 From: Adwaith <80775046+Grayson-code@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:08:34 +0530 Subject: [PATCH] Update 00_pytorch_fundamentals.ipynb --- docs/00_pytorch_fundamentals.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00_pytorch_fundamentals.ipynb b/docs/00_pytorch_fundamentals.ipynb index b9aa64bc..0b4e7cd9 100644 --- a/docs/00_pytorch_fundamentals.ipynb +++ b/docs/00_pytorch_fundamentals.ipynb @@ -1918,7 +1918,7 @@ "* `b` is the bias term used to slightly offset the weights and inputs.\n", "* `y` is the output (a manipulation of the input in the hopes to discover patterns in it).\n", "\n", - "This is a linear function (you may have seen something like $y = mx+b$ in high school or elsewhere), and can be used to draw a straight line!\n", + "This is a linear function (you may have seen something like $$y = mx+b$$ in high school or elsewhere), and can be used to draw a straight line!\n", "\n", "Let's play around with a linear layer.\n", "\n",