Optimization Lecture 6
by Yeonjee Jung
Projected Gradient Descent
Projected Gradient : $\alpha$-strongly convex & $\beta$-smooth
(Recall) Unconstrained Vanilla Analysis
vanilla analysis에서는
을 얻을 수 있었다. 이 때 마지막 부등식은
라는 성질에 의해
를 얻어서 성립한 것이다.
Constrained Vanilla Analyasis
constrained에서는 $(* 1)$가 아닌
가 성립한다. 따라서,
가 성립하므로,
이다. 따라서
결론적으로, Projected Gradient Descent를 사용하면 Unconstrained에서와 거의 비슷하게 수렴하고 bound하게 된다. 하지만 Projection에 많은 계산량이 사용되기 때문에 이 방법은 거의 쓰지 않는다.
Subscribe via RSS