A multilayer perceptron is a class of feedforward artificial neural network. I created a neural network to label images from the MNIST dataset. I implemented the forward fill and backpropagation steps using purely NumPy, and tuned hyperparameters to reach an average accuracy of 94%.

Log in or sign up for Devpost to join the conversation.