This project is for the EECS 435 Deep Learning at Northwestern University, McCormick School of Engineering. This work is done by the following team members:
We provide a comprehensive study of the Cifar10 dataset , preprocess the dataset by normalization and one-hot encoding, develop a 14 layer Convolution Neural Network using Tenforflow, and dive deep into Residual Networks and develop a 20 layer Residual Network using Keras:
Architecture | Epoch # | Test Accuracy |
---|---|---|
Convolution Neural Network | 10 | 73.23% |
Convolution Neural Network | 50 | 78.01% |
Residual Network | 10 | 74.5% |
Residual Network | 50 | 85.32% |