Feed Forward Neural Network from Scratch

Implementing a Feed Forward Neural Network (FFN) for MNIST digit classification using NumPy with full backpropagation from scratch.

DL
Neural Networks
Classification
From Scratch
Author