http://www.sohu.com/a/134347664_642762 Lenet,1986年 https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_train_test.prototxt 介绍: 结构:由两个卷积层,两个池化层,以及两个全连接层组成. 卷积都是5*5的模板,stride=1,池化都是MAX. 特点: 应用: Alexnet,2012年 https://github.com/BVLC/caffe/blo…