Skip to content

Commit fcc02a0

Browse files
committed
Better description of gradient descent
1 parent 63ac8d5 commit fcc02a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

notebooks/week9/optimization.jl

Lines changed: 3 additions & 4 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
@@ -1484,7 +1483,7 @@ version = "0.9.1+5"
14841483
# ╟─c9417d90-a9cb-4655-a258-8a8898e5576a
14851484
# ╠═6535280a-e0ce-4e13-86dd-165d5f06cfe7
14861485
# ╟─4c285bc2-b3c2-4d20-a904-ecaa07795342
1487-
# ╟─592397eb-ec52-423b-925b-d8becb9eac8e
1486+
# ╠═592397eb-ec52-423b-925b-d8becb9eac8e
14881487
# ╠═7086950b-c8db-49d4-b095-15be91c73b56
14891488
# ╟─327514f1-8081-4a6c-8be4-8ffd52ed3c46
14901489
# ╠═98e00b2d-0802-4160-8e5c-302be5226916

0 commit comments

Comments
 (0)