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

17th Feb 2018, 2:57 PM
shiva ganesh
shiva ganesh - avatar
2 odpowiedzi
+ 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
17th Feb 2018, 3:07 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
0
for learning machine learning
17th Feb 2018, 2:58 PM
shiva ganesh
shiva ganesh - avatar