Skip to content

ValDelch/DT-SNE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DT-SNE

Implementation of the DT-SNE algorithm, as used in the paper: Adrien Bibal, Valentin Delchevalerie and Benoît Frénay. "DT-SNE: t-SNE Discrete Visualizations as Decision Tree Structures." Neurocomputing (to appear).

Build

Use

$ python setup.py build_ext --inplace

to build the cython code.

After that, DT-SNE can be imported in python with

from dt_sne import dt_sne

Authors

Adrien Bibal (University of Colorado Anschutz Medical Campus) & Valentin Delchevalerie (University of Namur)

Parts of the code are inspired by the t-SNE implementation of Laurens van der Maaten (https://lvdmaaten.github.io/tsne/), and a DT implementation of Géraldin Nanfack.

About

Implementation of the DT-SNE algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published