Loading...

Sum

The result of adding a list of numbers, written compactly with sigma.

When to use: Aggregating losses, gradients, counts across a batch or dataset.

Example: Batch total: Σ_{i=1}^{32} L(y_i, ŷ_i). Average: divide by 32.

More Foundations Glossary terms