AICurious Logo

What is: DenseNet?

SourceDensely Connected Convolutional Networks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

A DenseNet is a type of convolutional neural network that utilises dense connections between layers, through Dense Blocks, where we connect all layers (with matching feature-map sizes) directly with each other. To preserve the feed-forward nature, each layer obtains additional inputs from all preceding layers and passes on its own feature-maps to all subsequent layers.