This is a Machine learning model for the classification of the Fashion MNIST dataset using Pytorch which is a python library used for machine learning.
This is a Machine learning model for the classification of the Fashion MNIST dataset using Pytorch which is a python library use of machine learning.
and this project uses fashion mnist dataset
The Fashion MNIST dataset contains 10 different types of the object represented by a number
| Label | Description |
|---|---|
| 0 | T-shirt/top |
| 1 | Trouser |
| 2 | Pullover |
| 3 | Dress |
| 4 | Coat |
| 5 | Sandal |
| 6 | Shirt |
| 7 | Sneaker |
| 8 | Bag |
| 9 | Ankle boot |
the image in the dataset looks like

this model is can classify the object with 85% accuracy as you can also see in the graph

Submitted by Satwik Mishra (satwik)
Download packets of source code on Coders Packet
Comments