This document describes DenseNets, a type of convolutional neural network architecture. DenseNets connect each layer to every other layer in a feed-forward fashion to encourage feature reuse and consolidate feature maps early in the network. This architecture improves information and gradient flow. The document outlines key DenseNet concepts like collective knowledge, compression layers, and growth rate. It also provides results comparing DenseNets to ResNet on CIFAR-10 and ImageNet datasets.