Files
Varuna Jayasiri 996b58be04 paper links
2021-08-17 14:12:33 +05:30
..
2021-08-17 14:12:33 +05:30
2021-07-16 08:35:46 +05:30
2021-08-17 14:12:33 +05:30

Deep Residual Learning for Image Recognition (ResNet)

This is a PyTorch implementation of the paper Deep Residual Learning for Image Recognition.

ResNets train layers as residual functions to overcome the degradation problem. The degradation problem is the accuracy of deep neural networks degrading when the number of layers becomes very high. The accuracy increases as the number of layers increase, then saturates, and then starts to degrade.