Concept

Fully Connected Layer - Classification

Fully connected layer is a traditional multilayer perceptron structure. Its input is a one-dimensional vector representing the output of the previous layers. Its output is a list of probabilities for different possible labels attached to the image (e.g. dog, cat, bird). The label that receives the highest probability is the classification decision.

0

1

Updated 2026-05-12

Tags

Data Science

D2L

Dive into Deep Learning @ D2L