Closed ojha-aditya closed 1 month ago
There is already a milestone regarding the same so guess we'll just stick to that.
@iglesias-cardinale have modified the Jupyter notebook on Matrix Multiplication to implement Dot Product in a similar manner in PR #51
In the implementation so far we have compared the execution times for numpy built in functions and conventional for loops with the Einstein Summation. I thought it will be a good idea to also compare with some other library such as PyTorch, which handles arrays in a slightly different manner than numpy.
If someone is still working on Matrix Multiplication and Dot Product, they may want to try this for a PR.
Will close this thread now that we are on the deadline.
Opening a specific issue thread for Matrix multiplication and dot product part. All codes and algorithms related question about that could be collected here.