0 votes
in Machine Learning by
What is the significance of Residual Networks?

1 Answer

0 votes
by
The main thing that residual connections did was allow for direct feature access from previous layers. This makes information propagation throughout the network much easier. One very interesting paper about this shows how using local skip connections gives the network a type of ensemble multi-path structure, giving features multiple paths to propagate throughout the network.
...