SYSTEM_CORE
arrow_back Back to Directory
🧠 python-ml

MNIST Classifier

Overview

MNIST digit classifier in PyTorch. Simple feedforward network (784→128→64→10), achieves ~97% accuracy after 3 epochs.

Tech Stack

Python PyTorch Torchvision Matplotlib Docker

Key Highlights

  • check_circle Python 3.11+
  • check_circle PyTorch 2.1.0
  • check_circle torchvision 0.16.0
  • check_circle matplotlib 3.8.0