Skip to content

Latest commit

 

History

History

ResNet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ResNet-20 Example

ResNets provide high classification accuracy while being parameter-efficient. Their building blocks allow very deep architectures to be built. The ResNet authors tested architectures with more than 1000 layers deep.

You can find more about ResNet architecture at:

This folder contains 2 source code examples:

  • ResNet-20: closely implements the ResNet-20 architecture.
  • CaiResNet-20: implements a modified ResNet-20 that takes adantage of CAI specific layers.

There is also a web server source code example ready to be used.