Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sakshikakde/CMSC764-Advance-Numeric…
Browse files Browse the repository at this point in the history
…al-Optimization into main
  • Loading branch information
sakshikakde committed Apr 25, 2022
2 parents 0e04359 + e6fd599 commit 4b6ed84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
2) Problem 2 : ReLU layer.
3) Problem 3 : Cross Entropy.
4) problem 4 : Bias layer.
## Homework 5 : Convex Functions
1) Problem 1 : Check if the functions are convex.
2) Problem 2 : Verify properties of convex functions.
3) Problem 3 : Quasi convex
## Homework 6 : Gradient methods and Duality
1) Problem 1 : Gradient descent: GD, Barzilai-Borwein, Nestrov
2) Problem 2 : Image denoising
3) Problem 3 : The dual
4) Problem 4 : Linear programming example
## Homework 7 : Splitting Methods
1) Problem 1 : Forward-backward splitting
2) Problem 2 : Netflix problem


## Fun Projects
1) Image recovery using Total-Variation denoising objective.

0 comments on commit 4b6ed84

Please sign in to comment.