GraphTSNE icon indicating copy to clipboard operation
GraphTSNE copied to clipboard

PyTorch Implementation of GraphTSNE, ICLR’19

Results 2 GraphTSNE issues
Sort by recently updated
recently updated
newest added

Thanks for your excellent work. However, there are problems when I test with your code. In line 6 ``` from sklearn.manifold.t_sne import _joint_probabilities, _joint_probabilities_nn ``` Should it be `from sklearn.manifold._t_sne`...

Can we apply Graph TSNE on weighted graph?