PyTorch Basics: Solving the Ax=b matrix equation with gradient descent
Marton Trencseni - Fri 08 February 2019 • Tagged with pytorch
I will show how to solve the standard A x = b matrix equation with PyTorch. This is a good toy problem to show some guts of the framework without involving neural networks.