Assignment 2
- Due 19 Apr 2023 by 17:00
- Points 0
- Submitting a file upload
- File types pdf, m, and py
- Available after 22 Mar 2023 at 9:00
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 only give a very brief and high level description of the approach in the lectures.