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

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Convolutional Neural Network

(CNN)
A network that can see patterns
Recall: (Fully-Connected) Neural networks

(Before) Linear score function:


(Now) 2-layer Neural Network

x W1 h W2 s

3072 100 10

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


Activation Functions

a) Sigmoid b) Hyperbolic tangent c) Rectifier linear unit (ReLU).

Credit: Gonzalez and Woods

You might also like