HW2 for CSE 253 (Winter 2018) at UCSD
Put the mnist datasets under the mnist
directory.
They can be found here
python main.py
Abstract the layers further to a layer class that they inherit from. Will cut down on redundant code.
Inspiration from: https://github.com/andersbll/nnet