Glossary term
Glossary term
Architecture
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.
Created for this library
A retail forecasting team adds fully connected layers on top of feature embeddings to produce per-SKU next-week sales predictions.
An NLP team uses a fully connected layer to map a pooled embedding to class logits in its classifier head.
A computer vision team uses fully connected layers in the head of its classifier after global pooling on convolutional features.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License