What kind of Deep learning models are most often used for machine vision problems?
Convolutional Neural nets or covnets
Fundamental difference between convolutional layers and dense layers?
convolutional layers learn only local patterns while dense layers learn global patterns
Key properties of covnets
What do covnets operate over?
3D tensors called feature maps
What do covnet layers produce in feature map depth
filters, encoding specific aspects of the input data
Response map
a 2D map of the presence of a pattern at different locations in an input