摘要: 我们在处理大数据的时候,尽量避免使用for循环,那样会将低速度 import numpy as np import time a = np.random.rand(1000000) b = np.random.rand(1000000) tic = time.time() z = np.dot(a, 阅读全文
posted @ 2022-09-24 20:44 故y 阅读(89) 评论(0) 推荐(0)