Different Basic Operations in CNN

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...
 •  0 comments  •  flag
Share on Twitter
Published on January 22, 2021 04:31
No comments have been added yet.