Hacker News new | ask | show | jobs
by vankessel 2480 days ago
Use non spatial dimensions as well, like color, size, and shape. You can also use clever projections like t-sne to reduce the number of dimensions while retaining some of the structure of the data (https://www.youtube.com/watch?v=RJVL80Gg3lA)
2 comments

There's an improvement to T-SNE called UMAP
I've used them both recently and couldn't really tell which one is visually better; UMAP is supposed to be a bit faster though.
Thanks, that's very useful.