simple neural network implementation in mojo
will include
- a basic 3-4 layer neural network to classify handwritten letters
- backpropagation
- stochastic gradient descent
- mini-batching
resources neural networks in python: http://neuralnetworksanddeeplearning.com/index.html mojo docs: https://docs.modular.com/mojo/ neural network basics: https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi