Learn Before
  • ResNets Convolutional Neural Network

Evaluate ResNet models with other state-of-the-art models for ImageNet Classification

For single model comparison, the 34-layer ResNets was able achieve competitive accuracy, so as other deeper ResNets.

6 ResNet models of different depths with only two 152-layer ones were used to form an ensemble model. It was recorded 3.57% top-5 error on the test set, which was the first place in ILSVRC 2015.

methodtop-5 err. (test)
VGG (ILSVRC’14)7.32%
GoogLeNet (ILSVRC’14)6.66%
VGG (v5)6.8%
PReLU-net4.94%
BN-inception4.82%
ResNet3.57%

0

1

4 years ago

Tags

Deep Learning

Data Science

Related
  • Recent Variants of ResNets

  • Advantages of ResNets

  • Plain vs. ResNets Convolutional Neural Network Architectures

  • Evaluate ResNet at different depths for ImageNet Classification

  • Evaluate ResNet models with other state-of-the-art models for ImageNet Classification

  • Residual Learning

  • Shortcut’s technique for identity mapping

  • Deep Residual Learning for Image Recognition