Loss Function

What is Loss Function?

A mathematical function that quantifies the difference between the model's prediction and the ground truth. The goal of training is to minimize this value.

Where did the term "Loss Function" come from?

The primary metric for optimization algorithms.

How is "Loss Function" used today?

Cross-Entropy and MSE are the most common variants.

Related Terms