Return the shape of m @ n — check it against the (m,n) @ (n,p) → (m,p) rule

NumPy · from Linear algebra

@np.matmulnp.dotnp.linalg.solvenp.linalg.normnp.linalg.lstsq

Putting the kettle on…

Starting up…

Exercise 2

Return the shape of m @ n — check it against the (m,n) @ (n,p) → (m,p) rule.

your answer
stuck? the lesson behind it
Linear algebra
@ is not *, and that one character is most of machine learning.