ken-tunc / DeepEmbeddedClustering

A tf.keras implementation for Deep Embedded Clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepEmbedded Clustering

A tf.keras implementation for deep embedded clustering.

  • Junyuan Xie et al, "Unsupervised Deep Embedding for Clustering Analysis", International Conference on Machine Learning 2016.
  • Original paper is available here.

Requirements

  • tensorflow >= 1.8.0
  • scikit-learn >= 0.19.1

For example, to install them

$ pip install scikit-learn tensorflow(-gpu)
  • Tested on python 3.6.5 and tensorflow-gpu
  • Might work on python 2.x but not tested.

Example

$ python example.py

About

A tf.keras implementation for Deep Embedded Clustering


Languages

Language:Python 100.0%