np.dot python里dot是什么意思 pythonnp.dot什么意思?1、矩陣乘法,例如np.dot(X,X.T)。2、點(diǎn)積,比如np.dot([1,2,3],[4,5,6]) = 1*4 2*5 ... 2021-03-17 3268次瀏覽