摘要: 1. 线性代数中矩阵乘法: np.dot() 1. 线性代数中矩阵乘法: np.dot() 1. 线性代数中矩阵乘法: np.dot() import numpy as np ​ # 2 x 3 matrix1 = np.array([[1, 2, 3], [4, 5, 6]]) ​ # 3 x 2 阅读全文
posted @ 2019-01-23 15:18 douzujun 阅读(1939) 评论(0) 推荐(0) 编辑