from http://www.pyimagesearch.com/2016/08/01/lenet-convolutional-neural-network-in-python/
git clone https://github.com/f00-/mnist-lenet-keras.git
cd mnist-lenet-keras
pip install -r requirements.txt
python mnist.py
from http://www.pyimagesearch.com/2016/08/01/lenet-convolutional-neural-network-in-python/
git clone https://github.com/f00-/mnist-lenet-keras.git
cd mnist-lenet-keras
pip install -r requirements.txt
python mnist.py