Skip to main content

Handwritten Digits Tutorial in PyTorch

This tutorial is essentially the "hello world" of image recognition and feed-forward neural network (using PyTorch). Using the MNIST database (filled within images of handwritten digits), the tutorial will instruct how to build a feed-forward neural network that can recognize handwritten digits. A solid understanding of feed-forward and back-propagation is recommended.

0
People found this useful

Category

website

Skill Level

Intermediate