读书报告
摘要:
#numpy 1.基本函数的用法: 1 import numpy as np 2 3 a = np.ones((4,5)) 4 print(a) 5 print("\n") 6 print(a.ndim) 7 print(a.shape) 8 print(a.dtype) 9 print("\n") 阅读全文
posted @ 2023-12-27 10:11 Enly_321 阅读(6) 评论(0) 推荐(0) 编辑
posted @ 2023-12-27 10:11 Enly_321 阅读(6) 评论(0) 推荐(0) 编辑
posted @ 2023-12-27 10:10 Enly_321 阅读(21) 评论(0) 推荐(0) 编辑
posted @ 2023-12-27 09:43 Enly_321 阅读(9) 评论(0) 推荐(0) 编辑
posted @ 2023-12-17 22:31 Enly_321 阅读(20) 评论(0) 推荐(0) 编辑