Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 424 Bytes

File metadata and controls

18 lines (16 loc) · 424 Bytes

NumPy Basics: Arrays & Vectorized Computations

It includes the basic and advance numpy array manipulations. The topics implemented include:

  • Indexing
  • Slicing
  • Fast element array-wise functions
  • Mathematical and statistical methods
  • Filing
  • Linear algebra functions
  • Pseudo-random numbers
  • Reshaping
  • Splitting
  • Concatenating
  • Tiles
  • Repeating
  • where( ) function &
  • numpy advanced array manipulation.