MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When pooling layer is added in a convolutional neural network, translation in-variance is preserved. True or False?
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -A pooling layer is used for this. The main objective of Pooling is to reduce the spatial dimensions of a CNN. To reduce the spatial dimensionality, it will perform the down-sampling operations and creates a pooled feature map by sliding a filter matrix over the input matrix.

Detailed explanation-2: -Convolutional Neural Networks Are Not Invariant to Translation, but They Can Learn to Be. When seeing a new object, humans can immediately recognize it across different retinal locations: the internal object representation is invariant to translation.

There is 1 question to complete.