Neural Network From Scratch
Completed
Implemented a Convolutional Neural Network (CNN) in C++ and a Feedforward NN in C for MNIST classification without external ML libraries. Demonstrated deep understanding of backpropagation, matrix operations, and optimization algorithms.