Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 739 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 739 Bytes

Fashion MNIST in Keras

Using neural networks to identify clothing items!

In this project, we will demonstrate how to use the Keras neural network library to perform image classification on the Fashion MNIST dataset from Zalando. We will initially demonstrate how we can use a multilayer perceptron model to achieve 89.65% accuracy on the test set.

The project was based off of the Keras MNIST tutorial by wxs.

If you want to get this running on your own computer, please refer to the Keras installation guide for the details on how to install Keras on your machine.