BIT-DA/SDCA

About code of T-SNE analysis in SDCA

qianyuzqy opened this issue · 3 comments

Dear Author,

Thanks for your fantastic paper, I think it is very interesting. And I notice that you provided the t-SNE analysis for visualization of the embedded features in your paper (Fig. 5), but I did not find it in your code. Could you please upload the implementation on how to perform the t-SNE analysis in your codebase?

I would appreciate it if you could help me. Thank you in advance.

Looking forward to your reply.

Best Regards,
Qianyu

Hi @qianyu666. It will take some time, because of tedious and heavy jobs these days.
BTW, I greatly recommend the package of sklearn.manifold.TSNE.

TSNE(n_components=2, init='pca', random_state=0)

Hello @qianyu666. Please check tsne.py.

Hi, Binehui, @BinhuiXie ,
Thank you very much!
Best wishes to you,