numpy.dot 함수는 두 어레이의 내적 (Dot product)을 계산합니다. 구체적으로, numpy.dot(a, b)은. a와 b가 모두 0차원 (scalar)이면, 곱 연산과 같습니다.
確定! 回上一頁