Skip to content

vasu-dev/ResNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResNets

Residual Networks

Deep Residual Learning network is a very intriguing network that was developed by researchers from Microsoft Research. The network that Microsoft used had 152 layers, an impressive 8 times deeper than a comparable VGG network.

Alt text

To know more about ResNet , read this : https://arxiv.org/abs/1512.03385