Showing posts with label EINSUM. Show all posts
Showing posts with label EINSUM. Show all posts

Friday, 29 October 2021

Write Better And Faster Python Using Einstein Notation by Bilal Himite via @TDataScience

Make your code more readable, concise, and efficient using “einsum”

I had never heard of this and was fascinated to find out more. I also found this additional article useful:

Understanding einsum for Deep learning: implement a transformer with multi-head self-attention from scratch