Python implementation of an artificial neural network aimed at deeply mastering the underlying concepts that drive neural networks. This project is inspired by Andrej Karpathy and Russ Salakhutdinov.
Simple Neural Network for classifying digits from the MNIST dataset entirely in NumPy. Dataset obtained here: https://www.kaggle.com/competitions/digit-recognizer/data ...