output layer
The "final" layer of a neural network.
Plain English Explanation
The "final" layer of a neural network. The output layer contains the prediction. The following illustration shows a small deep neural network with an input layer, two hidden layers, and an output layer:
How is it used?
Practitioners refer to output layer when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.