Created
June 22, 2020 17:24
-
-
Save BilHim/7af3b526f2e3aacf67b0da63326d849e to your computer and use it in GitHub Desktop.
Matrix product using einsum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
np.einsum("ik,kj->ij", A, B) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment