Hacker News new | ask | show | jobs
by kthartic 642 days ago
I'm not sure I understand the "map" part of this. What does the geography represent exactly?
1 comments

looks like t-SNE projection
What does each axis represent?

What is the significance of the placement of each cluster?

In t-SNE, the distances in the feature vector space are preserved in the projected space. IIRC, these distances serve as boundary conditions to a stochastic diffusion problem. The actual positions and the orientation are allowed to be free variables.