Lp norms
They are ways of measuring the size or length of vectors.
In Regularisation, the number following L (e.g. L1 or L2) refers to the power used in calculating the norm.
norm
"Manhattan norm" or "Taxicab norm"
- Calculated as
- Sum of the absolute values
- Called Manhattan norm because it's akin to measuring distance following city blocks
norm
"Euclidean norm"
- Calculated as
- Square root of sum of squared values
- Called Euclidean norm because it's the standard way we measure straight line distance
norm
Max norm
- Calculated as
- Maximum difference between any
value and its corresponding to