Skip Connection
- Skip Connection
- Concepts
- Skip Connection is to bypass a particular layer and combine its input directly to the output of the next few layers
- Prevent loss of low level information and vanishing gradient
- Block with skip-connection is called Residual (잔차) Block
- Methods to combine
- Summation
- ResNet
- Transformer
- Concatenation
- UNet
- Denoising Diffusion
- Simple implementation with MLP

