|
|
|
|
|
by stared
1155 days ago
|
|
For post-t-SNE processing to get non-overlapping items, see also: https://github.com/Quasimondo/RasterFairy I also used more crude algorithms that sort by X, group elements in buckets, and within each, sort by Y. Then we get a grid of elements. The result is less high-quality than with iterative algorithms (and depends on if we sort by X or Y first), but it is hard to beat its simplicity. |
|