Neural Network Framework
I implemented a deep neural network library from scratch in C/C++ which achieved 98% accuracy on the MNIST dataset. I designed a modular architecture allowing for flexible layer configurations and built-in training using backpropagation and SGD.