0% found this document useful (0 votes)
27 views4 pages

Convolutional Neural Network (CNN) : A Network That Can See Patterns

Uploaded by

Tamal Br
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views4 pages

Convolutional Neural Network (CNN) : A Network That Can See Patterns

Uploaded by

Tamal Br
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Convolutional Neural Network

(CNN)
A network that can see patterns
We can learn image features now!

Low-Level Mid-Level High-Level Linear “car”


Feature Feature Feature Classifier

Feature visualization of convolutional net trained on ImageNet from [Zeiler & Fergus 2013]
A closer look at spatial dimensions:

activation map
32x32x3 image
5x5x3 filter
32

28

convolve (slide) over all


spatial locations

32 28
3 1

Slide Credit: Fei-Fei Li, Justin Johnson, Serena Yeung, CS 231n


A closer look at spatial dimensions:

7
7x7 input (spatially)
assume 3x3 filter

Slide Credit: Fei-Fei Li, Justin Johnson, Serena Yeung, CS 231n

You might also like