Deep Learning Intermediate
fully connected layer
A hidden layer in which each node is connected to every node in the subsequent hidden layer.
Plain English Explanation
A hidden layer in which each node is connected to every node in the subsequent hidden layer. A fully connected layer is also known as a dense layer.
How is it used?
Practitioners refer to fully connected layer when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.