a hands-on course

Your First
PyTorch Project

(PyTorch)

Install PyTorch and train a real neural network to read handwritten digits — in about half an hour.

A free, hands-on PyTorch tutorial you can finish in half an hour. Set up Python and PyTorch from scratch, then build and train a real neural network that recognises handwritten digits — the MNIST 'hello world' of deep learning. Copy-paste code the whole way.

in the real world

PyTorch is the framework behind a huge share of modern AI research and production models — from vision and language to the LLMs powering today's chatbots. This is the on-ramp.

Start with the setup →

Part 1 — Set up your machine

Part 2 — Build the classifier

Part 3 — Run it and keep going