Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/00_pytorch_fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down