深度学习网络及源码下载地址

来源:互联网 发布:马云 淘宝 编辑:程序博客网 时间:2024/05/20 15:12

AlexNet    paper  :  https://papers.nips.cc/paper/4824-imagenet-classification-with-+deep-convolutional-neural-   networks.pdf

                (caffe) prototxt: https://github.com/BVLC/caffe/tree/master/models/bvlc_alexnet

VGGNet    paper:  https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1409.1556.pdf

                  (caffe) prototxt and models:  http://www.robots.ox.ac.uk/~vgg/research/very_deep/

                      Tensorflow版  VGG-16/VGG-19    https://github.com/machrisaa/tensorflow-vgg

GoogleNetV1    paper: https://arxiv.org/pdf/1409.4842.pdf

                         (caffe)code:https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet


GoogleNetV2   paper: https://arxiv.org/abs/1512.00567


ResNet      paper :https://arxiv.org/abs/1512.03385

                   code: https://github.com/facebookresearch/ResNeXt

0 0