Jump to content

Gradient method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tycho01 (talk | contribs) at 13:25, 8 April 2018 (add SGD, group conjugate gradient methods). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In optimization, gradient method is an algorithm to solve problems of the form

with the search directions defined by the gradient of the function at the current point. Examples of gradient method are the gradient descent and the conjugate gradient.

See also