Numpy Flashcards
np. empty
np. fill
Arrays Filled with Incremental Sequences
Creating Arrays with Properties of Other Arrays
Indexing and Slicing
Multidimensional Arrays
A[:,1], among all the row, the number in the second column,
A[1,:], among the second row, the number of all the columns
Multidimensional Arrays
Multidimensional Arrays
Fancy Indexing and Boolean-valued Indexing
Visual summary of indexing methods for NumPy arrays
Summary of NumPy functions for manipulating the dimensions and the shape of arrays
Summary of NumPy functions for elementwise mathematical operations
Boolean Arrays and Conditional Expressions
NumPy functions for conditional and logical expressions
Operation on Arrays
Matrix and Vector Operations
matrix inner product
matrix outer product