In this video, we are going to see CNN. CNN stands for Convolution Neural Network, it is a deep learning neural network for processing structure and class of artificial neural network (ANN), And it is used to apply to analyze visual imagery.
It can be used to various applications like Medical imaging, Audio Processing, Stop sign detection etc.
Layers of CNN:
1) Input layer
2) The convolutional layer
3) The pooling layer
4) The ReLU correction layer
5) The fully-connected layer
6) Output layer
Convolution Neural Network: https://www.geeksforgeeks.org/introduction-convolution-neural-network/