Skip to content

A simple exhibition of using PyTorch to classify the images in the MNIST dataset

Notifications You must be signed in to change notification settings

ARandomPerson07/MNIST_MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Following the tutorials at PyTorch's Introduction to PyTorch, but using an alternate dataset (MNIST instead of MNIST-fashion), we use a simple MLP with two Linear layers and ReLU, and a Stochastic Gradient Descent optimizer to train a simple neural network to learn to recognize handwritten digits.

About

A simple exhibition of using PyTorch to classify the images in the MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published