ResNet Block

Learn about the main building block of ResNet and how it works.

Chapter Goals:

  • Understand the purpose of residual learning
  • Learn the structure of a ResNet building block
  • Create a function for a ResNet building block

A. Learning the identity

In the previous chapter, we touched upon residual learning, i.e. the process of a block learning the residual function:

FB(x)=HB(x)x\small \mathcal{F}_B(\mathbf{x}) = \mathcal{H}_B(\mathbf{x}) - \mathbf{x} ...

Access this course and 1400+ top-rated courses and projects.