Learn practical skills, build real-world projects, and advance your career

5 Numpy Functions Discussed

NumPy (Numerical Python) is a python library used for working with arrays.

The fuctions being discussed are as follows:

  • Transpose
  • Append
  • Linalg.det
  • Linalg.eig
  • Array Split
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Creating a new project "alextimlin/numpy-array-operations" [jovian] Committed successfully! https://jovian.ai/alextimlin/numpy-array-operations

Let's begin by importing Numpy and listing out the functions covered in this notebook.