steps of CNN architecture?
Loading
steps of CNN architecture?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Jun 17, 2025, 1:23 PM
Input Layer
Convolution Layer
ReLU Activation
Max Pooling Layer
Flatten Layer
Fully Connected Layer
Output Layer (Softmax)
Madhu PatelPosted Jun 17, 2025, 10:58 AM
CNN or Convolutional Neural Network is a type of deep learning algorithm, used for tasks like image classification, object-detection and many more. Breakdown of each layer in CNN
Filters- Small matrices that slide over the input data like an image to detect specific features
Activation function- Means that it will decide whether the neuron's input to the network is important or not in the process of prediction using simpler mathematical operations
Spatial dimension- width and height of an image or a feature map