create array
arr = np.arange(10) |
condition
#find odd numbers |
shape
#reshape |
function
#将用于标量的函数向量化,使之可以用到array上 |
#主要是set_printoptions函数 |
tips for DL
# 如何在读取数据集时保留数据格式:dtype=object |
arr = np.arange(10) |
#find odd numbers |
#reshape |
#将用于标量的函数向量化,使之可以用到array上 |
#主要是set_printoptions函数 |
# 如何在读取数据集时保留数据格式:dtype=object |