Python NumPy | Dot Product

preview_player
Показать описание
The dot function can be used to multiply matrices and vectors defined using NumPy arrays. The @ symbol can also be used for matrix multiplication in Python 3.5 and newer.
Рекомендации по теме
Комментарии
Автор

the result between 4 x 3 array and 3 x 4 array is a 4 x 4 array.

barra
Автор

finally i found what i want
thanks man💚

yogeshsirsat
Автор

youre video is really well done, very clean and informative, thank you

radouanebouchou
Автор

Hello, what are the differences between np.matmul and np.dot? thank you in advance!

youneszahr
Автор

Are there cases where @ isn't the same as np.dot()? I guess there's, right?

sumayyakamal
Автор

"The number of rows of one must be the same as the number of columns of the other"

brandonsager
Автор

2:33 the result is 4 rows and 4 columns

ganeshreddypuli