DEV Community

MokhtarEbrahim
MokhtarEbrahim

Posted on

Normalization using NumPy norm (Simple Examples)

Introduction
NumPy norm
norm of an array
Norms of columns and rows of a matrix
Norm of an n-dimensional array
Why do we need norms?
L1 norm of a vector
NumPy norm of arrays with nan values
Euclidean distance using NumPy norm
Performance comparison: NumPy norm vs sqrt
Conclusion

https://likegeeks.com/numpy-norm/

Top comments (0)