Notes and assignment solution to http://cs231n.stanford.edu
- k-Nearest Neighbor (kNN) solution
- Training a Support Vector Machine solution
- Implement a Softmax classifier solution
- Two-Layer Neural Network solution
- Higher Level Representations: Image Features solution
- Fully-connected Neural Network
- Batch Normalization
- Dropout
- Convolutional Networks
- PyTorch on CIFAR-10
- Image Captioning with Vanilla RNNs
- Image Captioning with LSTMs