You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for the very nice library, which I discovered with distill.pub/2016/misread-tsne/
Here's a list of questions and suggestions:
README: I struggled to make the library work because I wrongly inferred from the example in README.md that somehow the "distance" or "dissimilarity" matrix had to have 1.0 on the diagonal, and not 0.0 as they would with distances. (Also, the "example" matrix isn't symetric.)
I finally understood that it was really a pairwise distance matrix, and fed it geodesic distances to make http://bl.ocks.org/Fil/b07d09162377827f1b3e266c43de6d2a
Thanks a lot for the very nice library, which I discovered with distill.pub/2016/misread-tsne/
Here's a list of questions and suggestions:
README: I struggled to make the library work because I wrongly inferred from the example in README.md that somehow the "distance" or "dissimilarity" matrix had to have 1.0 on the diagonal, and not 0.0 as they would with distances. (Also, the "example" matrix isn't symetric.)
I finally understood that it was really a pairwise distance matrix, and fed it geodesic distances to make http://bl.ocks.org/Fil/b07d09162377827f1b3e266c43de6d2a
Web Worker.
tsne
tries to attach itself towindow
, which does not allow to use it in a web woker (as in http://bl.ocks.org/Fil/e402e9c51ce77c21baedc2d1af933bc3 , which I made with https://github.com/scienceai/tsne-js ). This is probably a simple fix.Learning: Is there any possibility to expose the model — and use the generated mapping to project points that were not given initially?
Online: is it possible to augment a trained model with new data?
Seeding: can we seed the model with initial positions?
The text was updated successfully, but these errors were encountered: