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
2
Q
Fundamental difference between convolutional layers and dense layers?
A
convolutional layers learn only local patterns while dense layers learn global patterns
3
Q
Key properties of covnets
A
- the patterns they learn are translation invariant (can recognize the same pattern in different areas)
- they can learn spatial hierarchies of patterns (start small learning simple patterns learn progressively large/more complex patterns at later layers)
4
Q
What do covnets operate over?
A
3D tensors called feature maps
5
Q
What do covnet layers produce in feature map depth
A
filters, encoding specific aspects of the input data
6
Q
Response map
A
a 2D map of the presence of a pattern at different locations in an input