STEllAR-GROUP / phylanx

An Asynchronous Distributed C++ Array Processing Toolkit
Boost Software License 1.0
75 stars 76 forks source link

t-SNE Algorithm Support #162

Open ct-clmsn opened 6 years ago

ct-clmsn commented 6 years ago

Decompose, analyze, and provide primitives supporting an implementation of the t-SNE algorithm. A NumPy implementation is provided at http://lvdmaaten.github.io/tsne/.

This request is outside the original set of algorithms planned to study and support.

ct-clmsn commented 6 years ago

good implementation in C++/Python/etc can be found here