tree: 924569dbdf574e12f15571381fbc19bff37efa43 [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