My solutions to assignments of CS231n: Convolutional Neural Networks for Visual Recognition course.
Thanks to people at Stanford for making all the course resources available online. There are lot of repos already with the solutions but very few are there with PyTorch 0.4 and I hope this will be helpful. I have filled in the inline questions at all places to the best of my knowledge. If there are any mistakes anywhere please let me know, thanks.
- Q1: k-Nearest Neighbor classifier. (Done)
- Q2: Training a Support Vector Machine. (Done)
- Q3: Implement a Softmax classifier. (Done)
- Q4: Two-Layer Neural Network. (Done)