LeNet-5出自论文Gradient-Based Learning Applied to Document Recognition,是一种用于手写体字符识别的非常高效的卷积神经网络。
关于LeNet5的解读欢迎查看博客浅谈LeNet-5
运行环境为tensorflow1.8.0+cuda9.0+cudnn7.0
git clone https://github.com/jiang4869/LeNet5-Tensorflow-MNIST.git
cd LeNet5-Tensorflow-MNIST
python train.py