Google News
logo
Artificial Intelligence - Interview Questions
What is Convolutional Neural Network (CNN)?
CNN is a type of feed-forward artificial neural network with variations of multilayer perceptrons designed to use minimal amounts of preprocessing. A convolutional neural network takes the input features in batch wise like a filter, assigns importance (learnable weights and biases) to various aspects or objects in the image and is able to differentiate one from the other.  The network is able to remember the images in parts and compute the operations. It is mostly used to analyze visual imagery, for signal and image processing.
Advertisement