Skip to content

imtiazziko/SLK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLK

This is the code for Scalable Laplacian K-modes (SLK) algorithm for large scale data clustering. If you use this code please cite the following NEURIPS 2018 paper:

Scalable Laplacian K-modes
Imtiaz Masud Ziko, Eric Granger and Ismail Ben Ayed
In Neural Information Processing Systems conference (NEURIPS), Montreal, Canada, December 2018.

Prerequisites

  1. The code is tested on python 3.6. Install the requirements listed in (requirements.txt) using pip or conda.
  2. Download the datasets features from google drive link.

Usage

To evaluate the code simply run the following script:

sh run_SLK_test.sh

Change the options inside the scripts accordingly. The options are fairly described in the script and in (main_SLK.py)

Example modes

Example modes found with SLK for MNIST

About

Code for Scalable Laplacian K-modes (SLK), NEURIPS 2018

Resources

License

Stars

Watchers

Forks