Convolutional Neural Network is the type of neural network which is used for analysis of visual inputs. Some popular applications of CNN includes image classification, image recognition, Natural language processing etc.
Now, there are certain steps/operations that are involved CNN. These can be categorized as follows:
Convolution operationPoolingFlatteningPaddingFully connected layersActivation function (like Softmax)Batch Normalization
etc. Let us explore them individually.
i. CONVOLUTI...
Published on January 22, 2021 04:31