5 ms·
I'm not sure I understand the "map" part of this. What does the geography represent exactly?
by kthartic 2y ago
I'm not sure I understand the "map" part of this. What does the geography represent exactly?
- vegabook 2y agolooks like t-SNE projection
- WillAdams 2y agoWhat does each axis represent? What is the significance of the placement of each cluster?
- ok123456 2y agoIn 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.