Chapter 5: Deep Learning for Computer Vision Flashcards

1
Q

What kind of Deep learning models are most often used for machine vision problems?

A

Convolutional Neural nets or covnets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fundamental difference between convolutional layers and dense layers?

A

convolutional layers learn only local patterns while dense layers learn global patterns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Key properties of covnets

A
  1. the patterns they learn are translation invariant (can recognize the same pattern in different areas)
  2. they can learn spatial hierarchies of patterns (start small learning simple patterns learn progressively large/more complex patterns at later layers)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do covnets operate over?

A

3D tensors called feature maps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do covnet layers produce in feature map depth

A

filters, encoding specific aspects of the input data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Response map

A

a 2D map of the presence of a pattern at different locations in an input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly