konlyi / Dual-aae

Deep Clustering Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository provides a PyTorch implementation of the paper Dual Adversarial Autoencoders for Clustering.

Dependencies

Python 3.5

Pytorch 0.2.0

Usage

1.Training

To train Dual-AAE on MNIST, run the training script below.

$ python main.py

2.Testing

To test Dual-AAE on MNIST.

$ python mnist_test.py

About

Deep Clustering Learning


Languages

Language:Python 100.0%