This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 12 lines
!!! Overview
[{$pagename}] is a first-order iterative optimization [algorithm] for finding the minimum values of a [function].
To find a local minimum of a [function] using [{$pagename}], one takes steps proportional to the negative of the gradient (or of the approximate gradient) of the [function] at the current point. If instead one takes steps proportional to the positive of the gradient, one approaches a local maximum of that function; the procedure is then known as [gradient ascent].
[{$pagename}] is also known as steepest descent. However, [{$pagename}] should not be confused with the method of steepest descent for approximating integrals.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [Gradient_descent|Wikipedia:Gradient_descent|target='_blank'] - based on information obtained 2017-11-29-