In this article, we have explored the architecture of a Densely Connected CNN (DenseNet-121) and how it differs from that of a standard CNN. An overview of CNNs and its basic operations can be found here.
Table of content:
Introduction to DenseNetDenseNet Architecture & ComponentsDenseNet-121 ArchitectureConclusion
In short, DenseNet-121 has the following layers:
1 7x7 Convolution58 3x3 Convolution61 1x1 Convolution4 AvgPool1 Fully Connected Layer
We will dive deeper.
Introduction to ...
Published on August 26, 2021 03:05