Assignment 1
- Due 5 Apr 2024 by 17:00
- Points 0
- Submitting a file upload
- File types pdf, m, and py
- Available after 20 Mar 2024 at 10:00
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.
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.