t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections https://doi.org/10.1109/TVCG.2020.2986996
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
t-viSNE/README.md

28 lines
1.1 KiB

6 years ago
Introduction:
-
6 years ago
This is a visualization tool for interactive assessment and interpretation of t-SNE projections named as "t-viSNE" developed by the ISOVIS Group (http://cs.lnu.se/isovis/), Linnaeus University (https://lnu.se/en/), Sweden.
6 years ago
6 years ago
Instructions:
6 years ago
-
6 years ago
The visualization has been tested by using Google Chrome and works well for 2560x1440 (2K) resolution and 27'' monitors.
If you want to try the tool in different browsers and resolutions try to zoom out or zoom in until you reach the aforementioned resolution.
6 years ago
Usage:
-
Execute a localhost server with python, nodejs, etc... For example: python -m SimpleHTTPServer 8000 and then use the following url to http://localhost:8000 (in this exampe the port is set to 8000) from your browser.
6 years ago
Online link for the journal paper publication:
6 years ago
-
6 years ago
6 years ago
Cite as:
6 years ago
-
6 years ago
Additional Comments:
6 years ago
-
6 years ago
Please, feel free to download the project or even fork it and apply any changes. Thank you!
6 years ago
6 years ago
References:
6 years ago
-
6 years ago
The data sets included in this project belong to UCI Machine Learning Repository (http://archive.ics.uci.edu/ml) and NOT to the ISOVIS Group (or Linnaeus University).
6 years ago