Difference between revisions of "ResNet-50"
| Line 10: | Line 10: | ||
* [http://ethereon.github.io/netscope/#/gist/db945b393d40bfa26006 ResNet-50 Architecture in Detail | Ethereon] | * [http://ethereon.github.io/netscope/#/gist/db945b393d40bfa26006 ResNet-50 Architecture in Detail | Ethereon] | ||
* [[(Deep) Residual Network (DRN) - ResNet]] | * [[(Deep) Residual Network (DRN) - ResNet]] | ||
| − | |||
* [[Deep Learning]] | * [[Deep Learning]] | ||
* [[DeepLens - deep learning enabled video camera]] | * [[DeepLens - deep learning enabled video camera]] | ||
Revision as of 16:47, 14 July 2020
Youtube search... ...Google search
- ResNet-50 Architecture in Detail | Ethereon
- (Deep) Residual Network (DRN) - ResNet
- Deep Learning
- DeepLens - deep learning enabled video camera
- Image Retrieval / Object Detection
ResNet is a short name for Residual Network. As the name of the network indicates, the new terminology that this network introduces is residual learning. ResNet50 is a 50 layer Residual Network. There are other variants like ResNet101 and ResNet152 also.
Examples