Skip to content

Commit 070b02b

Browse files
committed
Update 02_backprop_sol.ipynb
1 parent 7bf873e commit 070b02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module2/sol/02_backprop_sol.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
],
219219
"source": [
220220
"j = 10\n",
221-
"# your predicition will be for each sample\n",
221+
"# your prediction will be for each sample\n",
222222
"z_pred = My_add_bias.forward(xx[j])\n",
223223
"z_pred"
224224
]

0 commit comments

Comments
 (0)