
Numpy Neural Network Classifier
March 2022
A neural network classifier built with numpy used to classify handwritten digits from the MNIST dataset.
In artificial intelligence, undeniably one of the most importants and widely used machine learning algorithms is the Neural Network. While I was learning about neural networks, to understand the concept at its core, I opted to create a simple neural network classifier model completely from scratch using only Numpy rather than a framework like TensorFlow or PyTorch.
My implementation is aimed to be used a used to classify images of handwritten digits, specifically the MNIST dataset.