Assignment 1
- Inlämningsdatum 30 mar 2020 av 23.59
- Poäng 0
- Lämnar in en filuppladdning
- Filtyper pdf, m och 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.