Y
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
wrsh07
905 days ago
I think the PCA dimensionality reduction is non deterministic, but I say this with really low confidence
link
soVeryTired
905 days ago
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.
link
minimaxir
904 days ago
The About page explicitly says it's PCA.
PCA is fine enough to get it into 3D.
link