Test MNIST Numbers here
Welcome to my page about neural networks. Here I am showcasing two neural networks
that have been trained differently and run differently. The network running on Numpy alone was trained
using the most standard method SGD. The network running on the Pytorch framework you will see works a
lot better and is more confident with it's predicitons. This was trained using a more adavanced
Optimizer (Adam). Also another interesting point is that all of this python code runs on Azure's
functions.