Gradient method: Difference between revisions

Content deleted Content added
Tycho01 (talk | contribs)
add SGD, group conjugate gradient methods
m add missing article, fix number agreement
Line 1:
In [[optimization (mathematics)|optimization]], a '''gradient method''' is an [[algorithm]] to solve problems of the form
 
:<math>\min_{x\in\mathbb R^n}\; f(x)</math>
 
with the search directions defined by the [[gradient]] of the function at the current point. Examples of gradient methodmethods are the [[gradient descent]] and the [[conjugate gradient]].
 
==See also==