What Does Deep Residual Network (Deep ResNet) Mean?

A deep residual network (deep ResNet) is a type of specialized neural network that helps to handle more sophisticated deep learning tasks and models. It has received quite a bit of attention at recent IT conventions, and is being considered for helping with the training of deep networks.

Techopedia Explains Deep Residual Network (Deep ResNet)

In deep learning networks, a residual learning framework helps to preserve good results through a network with many layers. One problem commonly cited by professionals is that with deep networks composed of many dozens of layers, accuracy can become saturated, and some degradation can occur. Some talk about a different problem called “vanishing gradient” in which the gradient fluctuations become too small to be immediately useful.