Numpy Flashcards

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

np. empty
np. fill

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Arrays Filled with Incremental Sequences

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Creating Arrays with Properties of Other Arrays

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Indexing and Slicing

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Multidimensional Arrays

A

A[:,1], among all the row, the number in the second column,

A[1,:], among the second row, the number of all the columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Multidimensional Arrays

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multidimensional Arrays

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fancy Indexing and Boolean-valued Indexing

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Visual summary of indexing methods for NumPy arrays

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Summary of NumPy functions for manipulating the dimensions and the shape of arrays

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Summary of NumPy functions for elementwise mathematical operations

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Boolean Arrays and Conditional Expressions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

NumPy functions for conditional and logical expressions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Operation on Arrays

A
17
Q

Matrix and Vector Operations

A
18
Q

matrix inner product

A
19
Q

matrix outer product

A