ResNet-50


정의

장점

Residual Learning

입력 x → [Conv → BN → ReLU → Conv → BN] → 출력 F(x)
출력 = F(x) + x  ←  (skip connection)

구조