CS231n Exercise

Solved exercise from CS231n

Assignment 1

1.1 kNN

1.2 SVM

1.3 Softmax

1.4 Two layer net

1.5 Features

Assignment 2

2.1 Multi-Layer Fully Connected Neural Networks

2.2 Batch Normalization

2.3 Dropout

2.4 Convolutional Neural Networks

2.5 PyTorch on CIFAR-10

Assignment 3