basics of numpy

basics of numpy

by Abdur Rakib -
Number of replies: 0

NumPy is a Python library used for working with arrays. It also has functions for working in domain of linear algebra, fourier transform, and matrices.

NumPy is very useful for performing mathematical and logical operations on Arrays. It provides an abundance of useful features for operations on n-arrays and matrices in Python. that's why numphy is also important for machine learning