Keras CNN for Fashion MNIST Image classification

This project trains a custom CNN on the Fashion MNIST dataset, either locally or in the cloud using Amazon SageMaker.

There are two stages:

  1. Explore Fashion MNIST dataset and CNN model
  2. Train, tune and test the CNN

The CNN is written with Keras and Tensorflow backend. Generic and Fashion MNIST specific-versions are implemented as custom classes. Notebooks and code can be found in the repo.