FashionMNIST
Image classification on the Fashion-MNIST dataset for clothing categories.
The Problem
Predicting fashion item categories from grayscale images.
The Solution
Built and trained a PyTorch model to classify clothing images, optimizing for accuracy and generalization.
Key Features
- Efficient data pipeline
- Model training and evaluation
- Clear result visualization
Technologies Used
PythonPyTorch
What I Learned
Improved my skills in model evaluation and working with image datasets.