Concept
Plain Network for ImageNet Dataset
- This is a 34 layer network.
- 3x3 filters are deployed in most of the convolutional layers in this model.
- Dimensionality reduction of feature map is achieved using a stride of 2 instead of maxpool layer as in VGG-19
- Feature map's dimensionality reduction results in doubling of filters used in order to conserve time complexity
- The number of filters in this network is less than that of VGG-19.
- This model has only 18% floating point operation of VGG-19 network.

0
2
Updated 2021-08-12
Tags
Data Science