Skip to content

Commit fa79a3d

Browse files
authored
Merge pull request GokuMohandas#77 from GokuMohandas/cv
fixed notation bug in pytorch notebook
2 parents 650edf9 + e9c21c8 commit fa79a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/07_PyTorch.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@
707707
},
708708
"cell_type": "markdown",
709709
"source": [
710-
"* $ x = 3x + 2 $\n",
711-
"* $ x = \\sum{y}/N $\n",
710+
"* $ y = 3x + 2 $\n",
711+
"* $ y = \\sum{y}/N $\n",
712712
"* $ \\frac{\\partial(z)}{\\partial(x)} = \\frac{\\partial(z)}{\\partial(y)} \\frac{\\partial(z)}{\\partial(x)} = \\frac{1}{N} * 3 = \\frac{1}{12} * 3 = 0.25 $"
713713
]
714714
},

0 commit comments

Comments
 (0)