Get the latest tech news
Tensor Puzzles
Solve puzzles. Improve your pytorch. Contribute to srush/Tensor-Puzzles development by creating an account on GitHub.
When learning a tensor programming language like PyTorch or Numpy it is tempting to rely on the standard library (or more honestly StackOverflow) to find a magic function for everything. But in practice, the tensor language is extremely expressive, and you can do most things from first principles and clever use of broadcasting. Like chess puzzles these are not meant to simulate the complexity of a real program, but to practice in a simplified environment.
Or read this on Hacker News