Skip to content

DanLDevs/mnist-digit-classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mnist-digit-classifier

Description

A simple feedforward neural network built with PyTorch to classify handwritten digits (0-9) using the MNIST dataset. This project demonstrates data preprocessing, model training, evaluation, and visualization of predictions.

Features

  • Preprocess and normalize MNIST images
  • Train a simple feedforward neural network
  • Evaluate model accuracy on test data
  • Visualize sample predictions
  • Save and reload trained model parameters

Dependencies

  • Python 3.x
  • PyTorch
  • torchvision
  • NumPy
  • Matplotlib

About

A PyTorch neural network for classifying handwritten digits from the MNIST dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%