File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -337,9 +337,8 @@ Hoping for
337
337
md """
338
338
# Stochastic Gradient Descent
339
339
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.
343
342
"""
344
343
345
344
# ╔═╡ 7086950b-c8db-49d4-b095-15be91c73b56
@@ -1484,7 +1483,7 @@ version = "0.9.1+5"
1484
1483
# ╟─c9417d90-a9cb-4655-a258-8a8898e5576a
1485
1484
# ╠═6535280a-e0ce-4e13-86dd-165d5f06cfe7
1486
1485
# ╟─4c285bc2-b3c2-4d20-a904-ecaa07795342
1487
- # ╟─ 592397eb-ec52-423b-925b-d8becb9eac8e
1486
+ # ╠═ 592397eb-ec52-423b-925b-d8becb9eac8e
1488
1487
# ╠═7086950b-c8db-49d4-b095-15be91c73b56
1489
1488
# ╟─327514f1-8081-4a6c-8be4-8ffd52ed3c46
1490
1489
# ╠═98e00b2d-0802-4160-8e5c-302be5226916
You can’t perform that action at this time.
0 commit comments