摘要: 1. np.sqrt(input) # 求数的开方 2. np.square(3) # 求数的平方 3.np.sum(input) # 进行数据加和 4.np.multiply(input) # 进行数据与数据的点乘操作 5.np.transpose(value, axes=[1, 0]) # 表示 阅读全文
posted @ 2018-12-27 10:04 python我的最爱 阅读(470) 评论(0) 推荐(0) 编辑