Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Convolutional Neural Networks

Bleu (Jia-Huei Ren)
January 10, 2017
83

Introduction to Convolutional Neural Networks

A Beginner's Guide To Understanding Convolutional Neural Networks.

Refs:
http://colah.github.io/posts/2014-07-Understanding-Convolutions/
Large-Scale Visual Recognition With Deep Learning (Marc'Aurelio Ranzato , Google Inc)
A Beginner's Guide To Understanding Convolutional Neural Networks(Adit Deshpande, CS Undergrad at UCLA '19)
Video Object Detection using Faster R-CNN(Jun 20, 2016paper from Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun)
Tensorflow Days (c1mone)
CS231n Convolutional Neural Networks for Visual Recognition

Bleu (Jia-Huei Ren)

January 10, 2017
Tweet

Transcript

  1. CNN

  2. Locally Connected Neural Net • Example: 1000x1000 image • 1M

    hidden units • Filter size: 10x10 • 100M parameters
  3. Locally Connected Neural Net • Example: 1000x1000 image • 1M

    hidden units • Filter size: 10x10 • 100M parameters
  4. Convolutional Net • Share parameters • Learn multiple filters. •

    Example: 1000x1000 image • 100 Filters • Filter size: 10x10 • 10K parameters
  5. Refs • http://colah.github.io/posts/2014-07-Understanding- Convolutions/ • Large-Scale Visual Recognition With Deep

    Learning (Marc'Aurelio Ranzato , Google Inc) • A Beginner's Guide To Understanding Convolutional Neural Networks(Adit Deshpande, CS Undergrad at UCLA '19) • Video Object Detection using Faster R-CNN(Jun 20, 2016 paper from Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun) • Tensorflow Days (c1mone) • CS231n Convolutional Neural Networks for Visual Recognition