Skip to content

caocuong0306/a-cnn-roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

A-CNN-Roadmap

A reading roadmap of CNN and Deep Learning basics.

Table of Contents

Books

Courses

Tutorials

Blogs

Understanding CNN

Understanding Backpropagation

Deep Learning

Papers

CNN Architectures

  • ResNet [Paper][Project]
    • Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Deep Residual Learning for Image Recognition, CVPR, 2016.
  • VGG-Net [Paper][Project]
    • Karen Simonyan and Andrew Zisserman, Very Deep Convolutional Networks for Large-Scale Visual Recognition, ICLR, 2015.
  • GoogLeNet [Paper]
    • Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich, Going deeper with convolutions, CVPR, 2015.
  • ZF Net [Paper]
    • Matthew Zeiler and Rob Fergus, Visualizing and Understanding Convolutional Networks, ECCV, 2014.
  • AlexNet [Paper]
    • Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton, ImageNet Classification with Deep Convolutional Neural Networks, NIPS, 2012.

Training Techniques

  • Batch normalization [Paper]
    • Sergey Ioffe and Christian Szegedy, Batch normalization: Accelerating deep network training by reducing internal covariate shift, ICML, 2015.
  • Dropout [Paper]
    • Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov, Dropout: A Simple Way to Prevent Neural Networks from Overfitting, JMLR, 2014.

Object Detection

  • R-FCN [Paper][Code][PyCode]
    • Jifeng Dai, Yi Li, Kaiming He, Jian Sun, R-FCN: Object Detection via Region-based Fully Convolutional Networks, NIPS, 2016.
  • SSD [Paper][Code]
    • Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg, SSD: Single Shot MultiBox Detector, ECCV, 2016.
  • YOLO [Paper][Code]
    • Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, You Only Look Once: Unified, Real-Time Object Detection, ECCV, 2016.
  • Faster R-CNN [Paper][Code] [[PyCode]] (https://github.com/rbgirshick/py-faster-rcnn)
    • Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun, Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks, NIPS, 2015.
  • Fast R-CNN [Paper][Code]
    • Ross Girshick, Fast R-CNN, ICCV, 2015.
  • SPP [Paper][Code]
    • Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun, Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition, ECCV, 2014.
  • R-CNN [Paper][Code]
    • Ross Girshick, Jeff Donahue, Trevor Darrell, Jitendra Malik, Rich feature hierarchies for accurate object detection and semantic segmentation, CVPR, 2014.

Releases

No releases published

Packages

No packages published