Skip to content

sthanhng/Fashion-MNIST-Embedding-Visualization

Repository files navigation

Fashion-MNIST Embedding Visualization

  • Create date: 2018-11-19

Fashion-MNIST Embedding Visualization using TensorFlow Projector

Imgur

Getting started

The CNN model

  • The model summary

Imgur

  • The training loss and accuracy

Imgur

Imgur

Prerequisites

  • numpy
  • pickle
  • scipy
  • tensorflow==1.8
  • keras
  • sklearn
  • Pillow
  • matplotlib

Install the required packages by running the following command:

$ pip install -r requirements.txt

Usage

  1. Clone this repository
$ git clone https://github.com/sthanhng/Fashion-MNIST-Embedding-Visualization
  1. Run the following commands:
$ cd Fashion-MNIST-Embedding-Visualization
$ python -m http.server
  1. Navigate to the localhost server http://127.0.0.1:8000/ to see the visualization.

Imgur

Imgur

Using t-SNE - [1792 iterations]

Imgur

Reference