data_mining:neural_network:cnn:resnet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
data_mining:neural_network:resnet [2018/05/25 22:12] phreazerdata_mining:neural_network:cnn:resnet [2019/11/09 10:54] (current) – [Residual block] phreazer
Line 10: Line 10:
  
 Allows to build deeper nets. Allows to build deeper nets.
 +
 +Identity function is easy to learn with skip connections. Adding the residual block doesn't hurt performance.
 +
 +In deep nets without skip connections, it's difficult to choose the parameters so that identity function is learnt.
 +
 +====== Further details ======
 +
 +https://blog.waya.ai/deep-residual-learning-9610bb62c355
  • data_mining/neural_network/cnn/resnet.txt
  • Last modified: 2019/11/09 10:54
  • by phreazer