Milin0802 / DeepClustering

A pytorch implementation of the paper Unsupervised Deep Embedding for Clustering Analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepClustering

A pytorch implementation of the paper Unsupervised Deep Embedding for Clustering Analysis.

Getting Started

Clone the project into your local system

git clone https://github.com/Deepayan137/DeepClustering.git
cd DeepClustering

Prerequesites

  • python 3.5+
  • pytorch 1.0

Installation

conda install --file requirements.txt

Usage

python -m main --train_epochs 200 --pretrain_epochs 100

Results

Results

Cluster Visualization

About

A pytorch implementation of the paper Unsupervised Deep Embedding for Clustering Analysis.


Languages

Language:Python 100.0%