Gradient Descent

From Rice Wiki
Revision as of 18:14, 15 April 2024 by Rice (talk | contribs) (Created page with "= How it works = After processing all data points, all weights are updated and 1 '''epoch''' is completed. == GD Update Rule == The '''GD update rule''' is used to update the weights after an iteration. === LMS === Least-mean-squared is a GD update rule.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How it works

After processing all data points, all weights are updated and 1 epoch is completed.

GD Update Rule

The GD update rule is used to update the weights after an iteration.

LMS

Least-mean-squared is a GD update rule.