Learn Before
Concept

Advantages of ResNets

  • You can make them deeper and deeper without hurting their performance the training set, because all the following layers still get the identity output from previous layers and can ignore the new calculations of previous layers by setting the corresponding weights and biases to zero.
  • Their goal is to find the optimal number of layers which reduces the effect of the vanishing gradient problem.
Image 0

0

1

Updated 2021-04-16

Tags

Data Science