A Neural Network created without using a mahcine learning library such as Keras or PyTorch. Created by Jonathan Levy and Christopher Bloodsworth.
I implemented the fully connected layers as well as calculating the back propogation between them.
Chris implemented the convolutional layers and the max pooling layers.
Achieved 78.57% accuracy on MNIST Fashion Test.