A dense layer is a fully connected neural network layer in which each unit receives input from all units in the previous layer. Dense layers are commonly used to combine learned features and produce intermediate representations or final predictions.
Synonym for fully connected layer.