Hi! this is a repository for maintaining my assignments for Virginia Tech CS 6524 Deep Learning Course, Fall 2020.
Feel free to explore!
- HW 1: Available Sep 7 Monday - Due Sep 17 Thursday: Linear classifier, MLP
- HW 2: Available Sep 21 Monday - Due Oct 1 Thursday: CNN
- HW 3: Available Oct 5 Monday - Due Oct 15 Thursday: CNN Applications
- HW 4: Available Oct 19 Monday - Due Oct 29 Thursday: RNN
- HW 5: Available Nov 2 Monday - Due Nov 12 Thursday: Generative models
Created and trained different models on CIFAR10 using SGD and simple numpy
Models trained:
- Simple Model with SVMLoss
- Simple Model with SoftmaxLoss
- Multi-Layer Neural Networks
Did some analysis of the models:
- Analyse accuracies as function of different things like number of layers, activation function, etc.
- Visualize weights of models to see any patterns
- Loss plots
Improvements on the models using some techniques like hyperparameter search, cross-validation