Created
March 10, 2017 10:40
-
-
Save vmarkovtsev/74e3a973b19113047fdb6b252d741b42 to your computer and use it in GitHub Desktop.
lapjv blog post
Hi, This is really cool. But I was wondering will the neighborhood relations in t-SNE plot be destroyed if I do this mapping over 2D grid using LAPJV? The LP formulation does not take account of the neighborhood relation in the t-SNE data points, right? Please let me know. Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great post!
I wonder whether the
grid_jv = grid[col_asses]
should be corrected as
grid_jv = grid[row_asses]
I am testing your library with another dataset and was getting useless visualizations until I made the correction suggested above.