ubsuny / CP1-24-HW2

Homework2 template for CP1-24
1 stars 15 forks source link

Matrix Multiplication - Issues and information #15

Closed ojha-aditya closed 1 month ago

ojha-aditya commented 1 month ago

Opening a specific issue thread for Matrix multiplication and dot product part. All codes and algorithms related question about that could be collected here.

ojha-aditya commented 1 month ago

There is already a milestone regarding the same so guess we'll just stick to that.

ojha-aditya commented 1 month ago

@iglesias-cardinale have modified the Jupyter notebook on Matrix Multiplication to implement Dot Product in a similar manner in PR #51

ojha-aditya commented 1 month ago

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.

ojha-aditya commented 1 month ago

Will close this thread now that we are on the deadline.