Machine Learning
My first foray into machine learning with the "Hello world" of machine learning: the MNIST handwritten data set. Built from the ground up with as few libraries as possible, so that I can learn machine learning without any crutches. I equipped my implementations with a status line so I could see how far the training has gone, along with concurrency to speed up the training.