Skip to content
/ LPVDN Public

Python code for paper - Learning Robust Representation for Clustering through Locality Preserving Variational Discriminative Network

Notifications You must be signed in to change notification settings

lancopku/LPVDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPVDN

This repo implements the LPVDN (Locality Preserving Variational Discriminative Network) proposed in the paper Learning Robust Representation for Clustering through Locality Preserving Variational Discriminative Network

Usage (Pytorch 1.5)

To train LPVDN on MNIST dataset with default setting, simply do:

python main.py

The expected results should be:

ACC NMI ARI
LPVDN 97.13±0.21 92.76±0.35 93.79±0.42

About

Python code for paper - Learning Robust Representation for Clustering through Locality Preserving Variational Discriminative Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages