Charlie Blake: Blog
Charlie Blake: Blog
/
📚
Machine learning notes
/
âž•
Einsum
/
sum horizontally along the rows of A
Search
sum horizontally along the rows of A
Call signature
('ij->i', A)
NumPy equivalent
sum(A, axis=1)