Skip to content

ongraphpythondev/numpy_basic_advance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUMPY

Introduction

NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.

NumPy is a library that helps us handle large and multidimensional arrays and matrices. It provides a large collection of powerful methods to do multiple operations.

NumPy Arrays NumPy arrays are n-dimensional arrays containing data of the same type in the form of rows and columns. We can create these arrays in the following way:

Installation

To install requirement python libraries :

pip install -r requirement.txt

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

jupyter notebook

In Basic Folder Contain Basic topic and Advance Folder contain Advance topic :

Basic :

Different methods for creating array ex. zeros, ones, fill , arrange , linspace , random.randint , np.eye Attributes of numpy
Array indexing
Array slicing
Concatinting and splitting

Advance :

Universal functions (ufuncs)
Broadcasting
Masking
Fancy indexing
Sorting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors