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

NUMPY FUNCTIONS

Some Numpy Functions one should know-

Numpy is a library in python to simplify our work.Big calaculations can be simplified with numpy.This saves our time .Any type of mathematical calculation can be simplified using numpy.

1.reshape function(use of (-1) in it).

2.inner function.

3.transpose function.

4.arange function.

5.diag function.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations2')
[jovian] Attempting to save notebook.. [jovian] Creating a new project "akashkesarwani009/numpy-array-operations2" [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/akashkesarwani009/numpy-array-operations2

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