Assignment 1
- Due 6 Apr 2021 by 23:59
- Points 0
- Submitting a file upload
- File types pdf, m, and py
Material for the assignment:
- Assignment1.pdf Download Assignment1.pdf- instructions for the assignment
- CiFAR-10 webpage (Links to an external site.) - dataset used for this assignment
- montage.m Download montage.m - matlab function to display multiple images
- 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)
- functions.py Download functions.py - conversion of provided Matlab code to python. Thanks Andree Hultgren.
The "theory" you will need to complete this assignment will be presented in Lectures 2-3. So if you haven't encountered this material before it is probably best to wait until then to complete the assignment.