ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thank you so much man, really if you had not uploaded your videos I would have definitly never been able to understand these concepts.I admire your patience while teaching and I am really really greatful
You're very welcome and thanks so much for the kind words. :-) It really means a lot to me to hear that these videos are helping people like yourself.
Amazing explanation! Thank you!!!
You're very welcome, I'm glad it was helpful! :-)
is there a more efficient way of doing this matrix multiplcation?
If we have parallel processing we can use algorithms like Cannon’s algorithm to speed things up. :-)
Matrix_multi would be O(N^3) right?
Yes, that's correct. :-)
But if you do matrix multiplication by strassen method then TC will be O(n^2.8).
Thank you so much man, really if you had not uploaded your videos I would have definitly never been able to understand these concepts.
I admire your patience while teaching and I am really really greatful
You're very welcome and thanks so much for the kind words. :-) It really means a lot to me to hear that these videos are helping people like yourself.
Amazing explanation! Thank you!!!
You're very welcome, I'm glad it was helpful! :-)
is there a more efficient way of doing this matrix multiplcation?
If we have parallel processing we can use algorithms like Cannon’s algorithm to speed things up. :-)
Matrix_multi would be O(N^3) right?
Yes, that's correct. :-)
But if you do matrix multiplication by strassen method then TC will be O(n^2.8).