Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

shapescience/tsne-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing tSNE embeddings in streaming

Deprecated: the npm packages needed are broken. Use this project only as inspiration 🙂

For more details read the blog post. As explained, at the moment we only have "fake" streaming. Stay tuned.

demo-app

TODO

Server

Install

For less trouble, setup python3 with anaconda. Missing packages can be installed with 'pip install X Y Z'

Configuration

To use with your own data you'll need to define in data.py:

  • how to load your data samples. We offer digits by default.
  • which pipeline you use for feature engineering.

Then you may want to change learners used in embedding.py. We use SVR at the moment. To do a seach for decent calibration run:

python embedding.py

Note that this tool can we used for real-time update of regression results, whatever that means.

Run

python server.py

Client

Have nodejs ready, and it should be as simple as:

cd app
npm install
npm start

If you want to change ports, etc, modify the .webpack.config files.

About

Implementation of the tSNE embedding enabling streaming visualization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published