MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In CNN’s which of the following layers exploits spatial locality of input data?
A
Fully connected layer
B
Input layer
C
Convolution layer
D
Max pooling layer
Explanation: 

Detailed explanation-1: -CNN has one or more layers of convolution units, which receives its input from multiple units. CNN uses a more simpler alghorithm than ANN. CNN is a easiest way to use Neural Networks. They complete eachother, so in order to use ANN, you need to start with CNN.

Detailed explanation-2: -Pooling or spatial pooling layers: Also called subsampling or downsampling. It is applied after convolution and RELU operations. It reduces the dimensionality of each feature map by retaining the most important information.

There is 1 question to complete.