ResNet is a neural network architecture used for computer vision tasks that allows for hundreds or thousands of layers. It addresses the problem of vanishing gradients that occurs when training very deep networks. ResNet uses skip connections to feed the activation from one layer directly into another layer deeper in the network. This allows information to skip layers and facilitates the training of very deep neural networks, enabling them to gather complex information from images.
Related topics: