lapjv blog post
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This comment has been minimized.
This comment has been minimized.
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
This comment has been minimized.
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.