COMP-576
It is the assignment for COMP 576 in Rice University
There are two programming assignments and one Final Project.
Assignment 1: It is a MLP and CNN Programming assignment. For MLP, we build a two layers model, excluding output layer and a N-layer model for fun For CNN, we introduce LeNet5 framework to train MNIST data.
Assignment 2: It is a CNN model for CIFAR and a sequence of RNN model for MNIST classification.