/Fashion-MNIST-csv

Fashion-MNIST-csv

Primary LanguagePythonApache License 2.0Apache-2.0

Fashion-MNIST data set converted in CSV format.

Fashion-MNIST is drop-in replacement for MNIST and much more challenging.

This repo converts the image files into csv files.

The csv format is a drop-in replacement for MNIST dataset in nn assigmnent CS229/XCS229i.

A simple neural network model with an accuracy of 0.967600 with MNIST images gets 0.856900 with Fashion-MNIST.