Skip to content

Instantly share code, notes, and snippets.

@vmarkovtsev
Created March 10, 2017 10:40
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save vmarkovtsev/74e3a973b19113047fdb6b252d741b42 to your computer and use it in GitHub Desktop.
Save vmarkovtsev/74e3a973b19113047fdb6b252d741b42 to your computer and use it in GitHub Desktop.
lapjv blog post
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bahadorkh
Copy link

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.

@chudur-budur
Copy link

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