2016-07-09

t-SNE – Laurens van der Maaten

https://lvdmaaten.github.io/tsne/
t-Distributed Stochastic Neighbor Embedding (t-SNE) is a (prize-winning) technique for dimensionality reduction that is particularly well suited for the visualization of high-dimensional datasets.
次元圧縮(次元削減)の機械学習アルゴリズム。
このアルゴリズムを使えば、高次元データを2次元空間にプロットして可視化できる。
JavaScript などの実装もある。