Training an MLP by Gradient Descent in PyTorch

Gradient Game

Try the Gradient Game: How few calls do you need to get the Loss small? How do you do it?

Notebooks

MNIST with PyTorch (name: u06n1-mnist-torch.ipynb; show preview, open in Colab)

Linear Regression the Really Hard Way (gradient descent)
PyTorch and Logistic Regression