Hacker News new | ask | show | jobs
by kvakkefly 905 days ago
By running the same multiple times, I get different visualization. I don't really understand what's going on, but I like the idea of visualizing embeddings.
1 comments

I think the PCA dimensionality reduction is non deterministic, but I say this with really low confidence
PCA is purely deterministic (and might not give great results). My guess is this is done by t-sne or UMAP, both of which depend on a seed.
The About page explicitly says it's PCA.

PCA is fine enough to get it into 3D.