Stanford / Spring 2019
This repository is my implementation of assignments and projects for the 2019 version of CS231n: Convolutional Neural Networks for Visual Recognition by Stanford University.
- Course Page: http://cs231n.stanford.edu/
- Github Page: https://cs231n.github.io/
- Lecture Videos: YouTube (2017)
✅ 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
✅ Q1: Fully-connected Neural Network
Version: PyTorch 1.4.0
✅ Q1: Image Captioning with Vanilla RNNs
✅ Q2: Image Captioning with LSTMs
✅ Q3: Network Visualization: Saliency maps, Class Visualization, and Fooling Images
✅ Q5: Generative Adversarial Networks
Version: PyTorch 1.4.0