Create a simple neural network using numpy
This post will share some basic knowledge of an artificial neural
network and how to create one from scratch using only numpy. We will build a classification network to
classify hand-written digits from the MNIST dataset.