CS231n: Convolutional Neural Networks for Visual Recognition, a course from stanford.
This is my CS231n course assignment repository, which includes 3 assignments and my handwritten notebooks. I worked through the assignments to reinforce my understanding of deep learning computer vision.
- Q1: k-Nearest Neighbor classifier.
- Q2: Training a Support Vector Machine.
- Q3: Implement a Softmax classifier.
- Q4: Two-Layer Neural Network.
- Q5: Higher Level Representations: Image Features.