Coder Social home page Coder Social logo

deepnetmodel's Introduction

DeepNetModel

深度网络模型从LeNet5、AlexNet、VGGNet和ResNet等等不断改进,每一个模型独特的设计思路都值得好好记录下来,本仓库主要为了整理零散的网络资料,力求图示和代码精简地介绍每一个深度网络模型。


网络结构目录

  • face_detection
    • ...
  • object_classification
    • resnet
    • inception
    • network_in_network
    • mobilenet
    • shufflenet
    • alexnet
    • densenet
    • ...
  • object_detection
    • R-FCN
  • misc
    • group_convolution
    • normalization


ResNet

深度残差网络使得百层网络的训练成为可能,其他deep learning模型中大量采用了该架构。

ResNeXt

具体查看resnext

Network in Network

caffe model zoo中提供了ImageNet预训练模型文件Netowork in Network ILSVRC和CIFAR10预训练模型文件Network in Network CIFAR10 Model

Inception v1,v2,v3,v4

增加Inception v1,v2,v3和v4论文思路整理,具体查看inception理解

Xception

增加Xception论文整理思路,具体查看xception

轻量级网络

轻量级网络中经常遇到group convolution结构,相关参考group_convolution理解

MobileNet v1,v2

增加轻量级网络MobileNet v1和v2知识整理,具体查看mobilenet理解

ShuffleNet

增加轻量级网络ShuffleNet知识整理,具体查看shufflenet理解

AlexNet

增加AlexNet知识整理,具体查看alexnet理解

ZFNet

增加ZFNet知识整理,具体查看zfnet理解

VGGNet

增加VGGNet知识整理,具体查看vggnet理解

DenseNet

增加DenseNet知识整理,具体查看densenet理解

R-FCN

增加R-FCN知识整理,具体查看rfcn理解

FPN

参考论文Feature Pyramid Networks for Object Detection

RetinaNet

参考论文Focal Loss for Dense Object Detection

normalization

  • Layer normalization
  • Instance Normalization: The Missing Ingredient for Fast Stylization
  • Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks
  • Batch Renormalization: Towards Reducing Minibatch Dependence in Batch-Normalized Models
  • MegDet: A Large Mini-Batch Object Detector

参考资料

deepnetmodel's People

Contributors

guanfuchen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.