Skip to content

Image classification project using the Fashion MNIST dataset. This repository includes multiple deep learning models built with PyTorch, starting from simple neural networks to custom CNN architectures like a Tiny VGG16. The goal is to explore and compare model performance while achieving high accuracy in classifying fashion items.

Notifications You must be signed in to change notification settings

Coder71005/Fashion-MNIST-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fashion MNIST Classification

This project contains deep learning models built using PyTorch to classify images from the Fashion MNIST dataset. The goal is to accurately recognize different categories of clothing items using both simple and custom Convolutional Neural Network (CNN) architectures.

πŸ“‚ Dataset

The Fashion MNIST dataset is a drop-in replacement for the classic MNIST dataset and contains 60,000 training and 10,000 test grayscale images of 10 clothing categories.

🧠 Models Implemented

πŸ“Š Features

  • Training and evaluation on Fashion MNIST
  • Model comparison and performance metrics
  • Plotting of loss and accuracy over epochs

πŸ› οΈ Technologies Used

  • Python
  • PyTorch
  • Matplotlib
  • NumPy
  • Jupyter Notebook

About

Image classification project using the Fashion MNIST dataset. This repository includes multiple deep learning models built with PyTorch, starting from simple neural networks to custom CNN architectures like a Tiny VGG16. The goal is to explore and compare model performance while achieving high accuracy in classifying fashion items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published