This document summarizes a paper on ResNet (Residual Neural Networks). It introduces residual learning frameworks to address degradation problems in training very deep convolutional neural networks. Residual learning frameworks utilize shortcut connections that feed the input directly to later layers, allowing networks to learn residual functions rather than unreferenced functions. This formulation eases the training of very deep networks and produces results substantially better than previous networks on image classification tasks.