• Tutorials
  • DSA
  • Data Science
  • Web Tech
  • Courses
June 29, 2022 |17.8K Views

Convolutional Neural Network (CNN) in Deep Learning

  Share  3 Likes
Description
Discussion

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/