All Projects → caocuong0306 → a-cnn-roadmap

caocuong0306 / a-cnn-roadmap

Licence: other
A reading roadmap of CNN and Deep Learning basics.

Projects that are alternatives of or similar to a-cnn-roadmap

Fe Foundation
前端开发学习指南
Stars: ✭ 113 (+242.42%)
Mutual labels:  roadmap, study
guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (-30.3%)
Mutual labels:  roadmap, study
Android-KeepLearning
Just for learning android well.
Stars: ✭ 23 (-30.3%)
Mutual labels:  study
ninja-em-css
Uma lista pública e cooperativa com uma trilha de estudos de CSS em 10 tópicos.
Stars: ✭ 90 (+172.73%)
Mutual labels:  roadmap
sustainable-cities-online-courses
My path to a free self-taught education in Sustainable Cities!
Stars: ✭ 15 (-54.55%)
Mutual labels:  study
learning-path-java-ee
Learning path Java EE
Stars: ✭ 19 (-42.42%)
Mutual labels:  roadmap
Show-Path
👨‍💻Learning Path for Programmers https://roadmap.now.sh
Stars: ✭ 240 (+627.27%)
Mutual labels:  roadmap
ask-for-information
📚 Daegu Software Meister High School Wikipedia
Stars: ✭ 28 (-15.15%)
Mutual labels:  study
bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+175.76%)
Mutual labels:  study
BLives
Blives is a campus APP
Stars: ✭ 22 (-33.33%)
Mutual labels:  study
microservices-developer-roadmap
Roadmap for becoming a Microservice Developer in 2017
Stars: ✭ 24 (-27.27%)
Mutual labels:  roadmap
Interview
程序员代码面试指南C++版,更新中
Stars: ✭ 110 (+233.33%)
Mutual labels:  study
houbb.github.io
🧀The blog for github pages.
Stars: ✭ 20 (-39.39%)
Mutual labels:  study
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (+3.03%)
Mutual labels:  study
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+9.09%)
Mutual labels:  study
epam python autumn 2020
EPAM SPb autumn python course
Stars: ✭ 38 (+15.15%)
Mutual labels:  study
Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+118.18%)
Mutual labels:  study
Ace-The-Code
A repository for various coding questions that can help you land your next dream job!
Stars: ✭ 36 (+9.09%)
Mutual labels:  roadmap
clearflask
Listen to your users during product development with ClearFlask
Stars: ✭ 109 (+230.3%)
Mutual labels:  roadmap
vue-developer-roadmap
Vue Developer Roadmap
Stars: ✭ 93 (+181.82%)
Mutual labels:  roadmap

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].