A translation of Michael Nielsen's Python code from the book "Neural Networks and Deep Learning", into Typescript.
It uses the MNIST training dataset from Yann LeCun et al.
Sample training run, ~95% classification accuracy using the sigmoid function for activation and mean squared error as the cost function:
