L1Norm.md (368B)
1 # L1 Norm 2 3 **Source:** Deep Learning 4 5 **Chapter:** 2 6 7 **Definition:** L1 norm is computed as described by [Norm](Norm.md) and represents the sum of all coordinates of a given vector. 8 9 This is also referred to as the taxicab norm because if we think about the distances it would take to reach a given point by only going in a straight line, this number is the L1 norm.