0
What is the use numpy module in the python why we are using it what uses of it ?
it also requirement for learning ML
2 RĂ©ponses
+ 4
âșNumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
âșNumPy is the fundamental package for scientific computing with Python. It contains among other things:
đœa powerful N-dimensional array objectsophisticated (broadcasting) functionstools for integrating C/C++ and Fortran codeuseful linear algebra, Fourier transform, and random number capabilities
đœBesides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.
NumPy is licensed under the BSD license, enabling reuse with few restrictions.
đŒhttps://numpy.org
0
for learning machine learning