Learn Before
Concept

Linear Algebra - Norm

In machine learning, we use norm to measure the size of a vector. An LpL^{p} norm is defined as xp||x||_{p}=(i\sum_{i} xip|x_{i}|^{p})1/p^{1/p} Common norms such as L1 and L2 norm can be obtained by substituting p=1 and p=2 into the above formula. There are also some other norms such as max norm: x||x||=maxi_{i} xi|x_{i}|

0

1

Updated 2021-05-17

References


Tags

Data Science