- Problem 1 : Prove the dual norm a norm.
- Problem 2 : Proove Convolution Theorem.
- Problem 3 : Prove the Cooley-Tukey factorization formula.
- problem 4 : Derive the negative log-likelihood function for x given y.
- Problem 1 : Effect of bad condition number.
- Problem 2 : Write a method for checking whether
At
is the adjoint ofA
. - Problem 3 : Implement the adjoint/transpose for convolution operators.
- problem 4 : FFT.
- Problem 1 : Gradient checker.
- Problem 2 : Write a routine that evaluates the logistic loss function.
- Problem 3 : IImplement the total-variation denoising objective.
- Problem 1 : A linear layer.
- Problem 2 : ReLU layer.
- Problem 3 : Cross Entropy.
- problem 4 : Bias layer.
- Problem 1 : Check if the functions are convex.
- Problem 2 : Verify properties of convex functions.
- Problem 3 : Quasi convex
- Problem 1 : Gradient descent: GD, Barzilai-Borwein, Nestrov
- Problem 2 : Image denoising
- Problem 3 : The dual
- Problem 4 : Linear programming example
- Problem 1 : Forward-backward splitting
- Problem 2 : Netflix problem
- Image recovery using Total-Variation denoising objective.