Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kefrankk/fashion-mnist-classification
Neural network used to classify clothing images from the Fashion MNIST dataset.
https://github.com/kefrankk/fashion-mnist-classification
Last synced: 9 days ago
JSON representation
Neural network used to classify clothing images from the Fashion MNIST dataset.
- Host: GitHub
- URL: https://github.com/kefrankk/fashion-mnist-classification
- Owner: kefrankk
- Created: 2024-08-08T16:12:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:31:16.000Z (5 months ago)
- Last Synced: 2024-11-10T09:14:27.923Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fashion MNIST Classification
In this project, I build an neural network to classify clothing images from the Fashion MNIST dataset.
Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes.