http://www.sohu.com/a/134347664_642762
https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_train_test.prototxt
介绍:
结构:由两个卷积层,两个池化层,以及两个全连接层组成。 卷积都是5*5的模板,stride=1,池化都是MAX。
特点:
应用:
https://github.com/BVLC/caffe/blob/master/models/bvlc_alexnet/deploy.prototxt
介绍:
结构:
特点:
应用:
介绍:
结构:
特点:
应用:
介绍:
结构:
特点:
应用:
介绍:
结构:
特点:
应用:
原文:https://www.cnblogs.com/qccz123456/p/11524913.html