CNN五大经典模型:Lenet,Alexnet,Googlenet,VGG,DRL
作者:互联网
Lenet,1986年
Alexnet,2012年
GoogleNet,2014年
VGG,2014年
Deep Residual Learning,2015年
Lenet
网址:https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_train_test.prototxt
Alexnet
https://github.com/BVLC/caffe/blob/master/models/bvlc_alexnet/deploy.prototxt
GoogleNet
googlenet[4][5],14年比赛冠军的model,这个model证明了一件事:用更多的卷积,更深的层次可以得到更好的结构。(当然,它并没有证明浅的层次不能达到这样的效果)
VGG
Deep Residual Learning
标签:VGG,Residual,Googlenet,DRL,prototxt,Lenet,GoogleNet,Alexnet 来源: https://blog.csdn.net/weixin_42572978/article/details/94554700