The ResNet(Residual Network) was introduced after CNN (Convolutional Neural Network). Additional layers are added to a DNN to improve accuracy and performance and are useful in solving complex problems. The intuition was that these layers would progressively learn the features. But it has been found that there is a maximum threshold for depth with the traditional Convolutional neural network model. That is with adding more layers on top of a network, its performance degrades. This problem of training very deep networks has been alleviated with the introduction of ResNet or residual networks.

My query is can we see ResNet as special form of CNN? Then how?

More B.K. Tripathy's questions See All
Similar questions and discussions