Numpy Cheat SheetBasics 基础简单创建np.arange(start, stop, step)
np.array([1, 2, 3])
Placeholders 创建包括创建 linespace, zeros, one
2021-10-08