Skip to content

dthevenin/tSNE-Visu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t-SNE visu

Install

> npm install

Build

> npm run build

then

> npm run watch

to update the code automaticaly

Run

> npm run start

The dataset is quite big (~32MB), then the init and t-SNE first results take a bit of time. But you should have a first rendering after 20s.

Example of 3D output (using ThreeJS and WebGL):

3D output

Example of 2D output (using D3 and SVG):

2D output

Configuration

in src/views/TSNEView.js

change const RENDER_DIM = 3 to const RENDER_DIM = 2 for 2D rendering.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published