Skip to content

Densenet

DenseNet

Dense convolutional-neural-network with direct connections between all layers

→ Each layer receives input from all previous layers → Reduces vanishing gradient, improves feature reuse → More parameter efficient than ResNet


*References

On this page