tree: 75c8693dee798d04f94581b25598af82ed2a4c97 [path history] [tgz]
  1. autoencoder.py
  2. data.py
  3. dec.py
  4. model.py
  5. README.md
  6. solver.py
example/deep-embedded-clustering/README.md

DEC Implementation

This is based on the paper Unsupervised deep embedding for clustering analysis by Junyuan Xie, Ross Girshick, and Ali Farhadi

Prerequisite

  • Install Scikit-learn: python -m pip install --user sklearn
  • Install SciPy: python -m pip install --user scipy

Usage

run python dec.py