Skip to content

Commit ac357bd

Browse files
authored
Merge pull request #114 from pjssilva-unicamp/gd_fix
2 parents 6a9b3b9 + 7ca9f57 commit ac357bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notebooks/week9/optimization.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ Hoping for
337337
md"""
338338
# Stochastic Gradient Descent
339339
340-
Pick one coordinate (or a few coordinates) to update at a time.
341-
This is what works in machine learning.
342-
340+
Pick one term of the sum (or a few of them) and update according to the
341+
respective gradient. This is what works in machine learning.
343342
"""
344343

345344
# ╔═╡ 7086950b-c8db-49d4-b095-15be91c73b56

0 commit comments

Comments
 (0)