Category Python Modules

Modules is one of the best feature of Python. Except some core modules, you can install what you need and keep your Python setup smooth.

How to Use Numpy Logaddexp2 in Python?

Numpy Logaddexp2

There are many articles in AskPython detailing the various functions that the numpy library of Python has got to offer. In this article, we shall explore one which combines the logarithmic and exponential functions to the base of 2 –…

Numpy linalg.norm – Matrix or vector norm

Numpy Linalg Norm Matrix Or Vector Norm

Normalization of the matrix is to scale the elements of the matrix in such a way that their values remain between zero and one. Depending on the order of a matrix, the function linalg.norm() returns one of the seven/eight different…