Python Forum
Numpy DOT vs Matmul - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Numpy DOT vs Matmul (/thread-13627.html)



Numpy DOT vs Matmul - shankar - Oct-24-2018

I used np.dot() and np.matmul() both are giving same results.Are they same for any dimensional arrays?

How broadcasting works for np.dot() with different dimensional arrays