Training a Model to Compute Cross Product

How to use PyTorch to train a model to compute cross products

Michael Larionov, PhD
Towards Data Science
5 min readOct 31, 2022

--

Photo by Matt Reames on Unsplash

There are many tutorials about training neural networks using PyTorch. For this reason we present here an article about training a model that is not a neural network, with an emphasis of exploring “pythonic” aspect of PyTorch.

--

--