mnist deep neural network
include Single-layer neural network,Multilayer neural network and Convolution neural network
- download mnist dataset "https://s3.amazonaws.com/img-datasets/mnist.npz" and then set on the current directory
- python mnist_snn.py python mnist_mnn.py python mnist_cnn.py