Assignment 2
- Inlämningsdatum 8 apr 2020 av 23.59
- Poäng 0
- Lämnar in en filuppladdning
- Filtyper pdf, m och 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 has been presented in Lecture 4. You you will use a method called "Cyclical Learning Rates" to complete training, however, 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.