Matrix norm

L1 norm of a vector is the sum of absolute values of its components

Image: anonymous medieval illuminator; uploader Carlos adanero, Public domain, via Wikimedia Commons

Matrix norm

L1 norm of a vector is the sum of absolute values of its components

The L1 norm, also known as the Manhattan norm, represents the sum of the absolute values of the components of a vector. It measures the distance from the origin to the point in a grid-like path, akin to navigating city blocks.

Example

For a vector v = [3, -4, 2], the L1 norm is calculated as |3| + |-4| + |2| = 3 + 4 + 2 = 9.

Remember this

Understanding the L1 norm is crucial for applications in optimization and machine learning, where it helps measure distances and errors.

Related concepts

Swipe through 100 ML concepts daily

Open Pocket Polymath