Charlie Blake: Blog
Charlie Blake: Blog
/
📚
Machine learning notes
/
âž•
Einsum
/
outer product of A and B
Search
outer product of A and B
Call signature
('i,j->ij', A, B)
NumPy equivalent
outer(A, B)