Skip to content

This project is about implementing and training a neural network model to Classify images of clothing" using the Fashion MNIST dataset

Notifications You must be signed in to change notification settings

abir9hassini/Clothing-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Clothing-classification

This is a basic classification project: "Classify images of clothing" using TensorFlow & Keras.
This notebook builds and trains a neural network model to classify images of clothing, like sneakers, shirts..., by using the Fashion MNIST as dataset which contains 70,000 grayscale images in 10 categories ( 60,000 images in the training set and 10,000 images in the test set).

  • Categories

  • LabelClass
    0T-shirt/top
    1Trouser
    2Pullover
    3Dress
    4Coat
    5Sandal
    6Shirt
    7Sneaker
    8Bag
    9Ankle boot
  • Steps:

    1. Explore the data
    2. Preprocess the data
    3. Build the model
    4. Train the model
    5. Use the trained model

About

This project is about implementing and training a neural network model to Classify images of clothing" using the Fashion MNIST dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published