Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Xiao committed Jan 8, 2018
1 parent a30e360 commit 10e8b08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ The table below collects the submitted benchmarks. Note that **we haven't yet te
- [live demo of Generative Adversarial Network model with deeplearn.js](http://cognitivechaos.com/playground/fashion-gan/)
- [GAN Playground - Explore Generative Adversarial Nets in your Browser](https://reiinakano.github.io/gan-playground/)

#### Clustering
- [Xifeng Guo's implementation](https://github.com/XifengGuo/DEC-keras) of [Unsupervised Deep Embedding for Clustering Analysis (DEC)](http://proceedings.mlr.press/v48/xieb16.pdf)
- [Leland McInnes](@https://github.com/lmcinnes)'s [Uniform Manifold Approximation and Projection (UMAP)](https://github.com/lmcinnes/umap)

#### Video Tutorial
*Machine Learning Meets Fashion* by Yufeng G @ Google Cloud

Expand Down Expand Up @@ -216,6 +220,10 @@ Apache MXNet으로 배워보는 딥러닝(Deep Learning) - 김무현 (AWS 솔루
### PCA on Fashion-MNIST (left) and original MNIST (right)
<img src="doc/img/f04ba662.png" width="50%"><img src="doc/img/4433f0e1.png" width="50%">

### [UMAP](https://github.com/lmcinnes/umap) on Fashion-MNIST (left) and original MNIST (right)
<img src="doc/img/umap_example_fashion_mnist1.png.png" width="50%"><img src="doc/img/umap_example_mnist1.png.png" width="50%">


## Contributing

Thanks for your interest in contributing! There are many ways to get involved; start with our [contributor guidelines](/CONTRIBUTING.md) and then check these [open issues](https://github.com/zalandoresearch/fashion-mnist/issues) for specific tasks.
Expand Down
Binary file added doc/img/umap_example_fashion_mnist1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/umap_example_mnist1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10e8b08

Please sign in to comment.