AIExplainer
Deep Learning Intermediate 1 min read

What is a loss surface?

A graph of weight(s) versus loss.

A graph of weight(s) versus loss. Gradient descent aims to find the weight(s) for which the loss surface is at a local minimum.

Practitioners refer to loss surface when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.