Microsoft 2015
Residual Block
ResNet - Azure Machine Learning
Learn how to create an image classification model in Azure Machine Learning designer using the ResNet algorithm.
https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/resnet?view=azureml-api-2

Deep Residual Learning for Image Recognition
Deeper neural networks are more difficult to train. We present a residual learning framework to ease the training of networks that are substantially deeper than those used previously. We...
https://arxiv.org/abs/1512.03385

Pytorch로 ResNet 구현, torch summary 살펴보기
ResNet은 우측의 그림처럼 skip-connection을 주어 residual을 학습할 수 있기 때문에 ResNet이라는 이름이 붙었습니다.(ResNet34의 layer)(ResNet34, ResNet50)의 구조ResNet50, ResNet101, ResNet15
https://velog.io/@gibonki77/ResNetwithPyTorch


Seonglae Cho