动手学深度学习(Dive into Deep Learning,D2L) 墙裂推荐
1. 行为识别 Action_Recognition
IDT
TSN
C3D
CDC
R-C3D
2. 目标检测 大型网络
MaskRCNN
FCIS
DCNN
DenseNet
DetNet
ResNet
vgg16-SSD
Xception
前文还有:
yolov1 v2 v3 darknet / caffe
3. 目标检测 小型网络
MobileNet v1 v2 -ssd
ShuffleNet-ssd
SqueezeNet-ssd
4. 人体姿态识别 PoseEstimating
5. 物体语义分割 Semantic_Segmentation
6. 细粒度图像识别 (fine-grained image recognition)
7. 深度神经网络压缩 Deep Compression
BNN
BCN
BWN
QNN
8. 高性能计算 HighPerformanceComputing
发展
Deep Learning (Computer Architecture) 计算框架 caffe pytorch
深度学习数学知识 向量 矩阵 概率密度函数 贝叶斯 协方差 信息熵 KL散度 梯度下降 过拟合 正则化
ssd/mobile ssd/yolo v2/yolo v3 implement in opencv3
nanonets.com 来帮助使用很少的数据和没有计算机硬件的情况下构建机器学习模型
OCR_Test(Optical Character Recognition,光学字符识别)实验代码
A Review on Deep Learning TechniquesApplied to Semantic Segmentation
MatConvNetConvolutional Neural Networks for MATLAB 工具箱手册
MatConvNetConvolutional Neural Networks for MATLAB 工具箱 主页
Caffe 全卷积网络 Fully Convolutional Networks
Fast R-CNN Object detection with Caffe
交叉熵损失 cross_entropy_loss 导数 反向传播
Sequences in Caffe 序列学习 视频 语言 文字
Understanding LSTM Networks 理解LSTM
Attention and Augmented Recurrent Neural Networks 注意力模型LSTM
If you like this, star it, thanks!
-
AlexNet
ImageNet Classification with Deep Convolutional Neural Networks 中文版 中英文对照 -
VGG
Very Deep Convolutional Networks for Large-Scale Image Recognition 中文版 中英文对照 -
ResNet
Deep Residual Learning for Image Recognition 中文版 中英文对照 -
GoogLeNet
Going Deeper With Convolutions 中文版 中英文对照 -
BN-GoogLeNet
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift 中文版 中英文对照 -
Inception-v3
Rethinking the Inception Architecture for Computer Vision 中文版 中英文对照
-
YOLO
You Only Look Once: Unified, Real-Time Object Detection 中文版 中英文对照 -
YOLO9000
YOLO9000: Better, Faster, Stronger 中文版 中英文对照 -
Deformable-ConvNets
Deformable Convolutional Networks 中文版 中英文对照 -
Faster R-CNN
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks 中文版 中英文对照 -
R-FCN
R-FCN: Object Detection via Region-based Fully Convolutional Networks 中文版 中英文对照
- CRNN
An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition 中文版 中英文对照
- MobileNetV2
To be added.