Skip to content

Instantly share code, notes, and snippets.

@manishanker
Created August 15, 2020 10:30
Show Gist options
  • Save manishanker/6706b749e5a19767b0486bcbb6344e97 to your computer and use it in GitHub Desktop.
Save manishanker/6706b749e5a19767b0486bcbb6344e97 to your computer and use it in GitHub Desktop.
Fashion MNIST dataset- use neural networks from keras
Use neural networks to build a model which can classify the clothing item with high accuracy:
data can be downloaded here :
Train images : http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-images-idx3-ubyte.gz
Train Labels : http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-labels-idx1-ubyte.gz
Test Images : http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-images-idx3-ubyte.gz
Test Labels: http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-labels-idx1-ubyte.gz
Labels information : https://github.com/zalandoresearch/fashion-mnist#labels
For more info, check the original repository
https://github.com/zalandoresearch/fashion-mnist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment