Assignment 2
- Due 16 Apr 2021 by 23:59
- Points 0
- Submitting a file upload
- File types pdf, m, and py
Material for the assignment:
- Assignment2.pdf Download Assignment2.pdf- instructions for the assignment.
- ComputeGradsNum.m Download ComputeGradsNum.m - Matlab function to compute the gradients numerically (finite difference method).
- ComputeGradsNumSlow.m Download ComputeGradsNumSlow.m - Matlab function to compute the gradients numerically (centred difference method).
Most of the "theory" you need to complete this assignment is presented in Lecture 4. You will use a method called "Cyclical Learning Rates" to complete training and this material is covered in the assignment. I will probably ony give a very brief and high level description of the approach in the lectures.