Slope-based root-finding method

From Calculus
Revision as of 21:51, 7 September 2014 by Vipul (talk | contribs) (Created page with "==Definition== The '''slope-based root-finding method''' is a first-order root-finding method for a function of one or more variables. Explicitly, given a vector-valued funct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

The slope-based root-finding method is a first-order root-finding method for a function of one or more variables. Explicitly, given a vector-valued function , the slope-based root-finding method does the following to compute the iterate from the iterate :

where the learning rate is computed based on the iteration. It may be chosen to be constant.

The corresponding optimization method is termed gradient descent.