Proximal gradient method: Difference between revisions

Content deleted Content added
No edit summary
MenoBot II (talk | contribs)
m Bot: Auto-tagging, added orphan, uncategorised, deadend tags
Line 1:
{{multiple issues|
== Introduction ==
{{dead end|date=June 2013}}
{{Orphan|date=June 2013}}
}}
 
[http://en.wikipedia.org/wiki/Convex_optimization Convex Optimization] is a sub field of Optimization which can produce reliable solutions
Line 16 ⟶ 19:
operator. Iterative Shrinkage thresholding algorithm, [http://en.wikipedia.org/wiki/Landweber_iteration projected Landweber], projected
gradient, [http://en.wikipedia.org/wiki/Alternating_projection alternating projections], [http://en.wikipedia.org/wiki/Alternating_direction_method_of_multipliers#Alternating_direction_method_of_multipliers alternating-direction method of multipliers], alternating
split Bregman are special instances of proximal algorithms. Details of proximal methods are discussed in <ref>
{{cite articlenews |last1=Combettes |first1=Patrick L. |last2= Pesquet |first2=Jean-Chritophe |title=Proximal Splitting Methods in Signal Processing|page={11–23} |year=2009 |url=http://arxiv.org/abs/0912.3522}}</ref>
Methods in Signal Processing|page={11-23} |year=2009 |url=http://arxiv.org/abs/0912.3522}}</ref>
 
== Notations and Terminology ==
Line 69 ⟶ 71:
are required to tackle them. Among the various generalizations of the notion of a convex projection
operator that exist, proximity operators are best suited for other purposes.
 
== Definition ==
Proximity operators of function <math>f</math> at <math>x</math> is defined as
Line 108 ⟶ 111:
*[http://en.wikipedia.org/wiki/Alternating_direction_method_of_multipliers#Alternating_direction_method_of_multipliers Alternating-direction method of multipliers]
*Fast Iterative Shrinkage Thresholding Algorithm (FISTA)<ref>
{{cite articlenews | last1="Beck | first1=A | last2=Teboulle | first2 = M | title=A fast iterative shrinkage-thresholding algorithm for linear inverse problems
|journal=SIAM J. Imaging Science|volume=2 |year=2009|pages=183-202183–202}}</ref>
 
== Also See also ==
* [http://en.wikipedia.org/wiki/Convex_optimization Convex Optimization]
* [http://en.wikipedia.org/wiki/Alternating_projection Alternating Projection]
 
== References ==
* {{cite book
Line 128 ⟶ 136:
| volume = 49
| year = 2011
| pages = 185-212185–212
}}
 
== Notes ==
<references/>
 
== Also See ==
* [http://en.wikipedia.org/wiki/Convex_optimization Convex Optimization]
* [http://en.wikipedia.org/wiki/Alternating_projection Alternating Projection]
 
==External links==
Line 142 ⟶ 146:
* [http://www.stanford.edu/class/ee364a/ EE364a: Convex Optimization I] and [http://www.stanford.edu/class/ee364b/ EE364b: Convex Optimization II], Stanford course homepages
* [http://www.eecs.berkeley.edu/~elghaoui/Teaching/EE227A/lecture18.pdf‎ EE227A: Lieven Vandenberghe Notes] Lecture 18
 
{{Uncategorized|date=June 2013}}