cpietsch / vikus-viewer-script

Scripts to generate sprite sheets and textures for VIKUS Viewer
https://vikusviewer.fh-potsdam.de/
10 stars 9 forks source link

t-SNE Ball #3

Open cpietsch opened 5 years ago

cpietsch commented 5 years ago

Tips for visualizing with t-SNE If you have problems getting any results from t-SNE (typically getting the 't-SNE ball'), there are some tricks you can try. Observe that this is not a specific problem with t-SNE, but rather a standard problem in the Machine Learning area.

from: http://lejon.github.io/

cpietsch commented 3 years ago

I need to update the tsne/umap script to an python version because of performance. Nodejs is nice but data science should be done in python, like I did for the https://github.com/cpietsch/smb-vis project