Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

graphdeeplearning/GraphTSNE

Open more actions menu
 
 

Repository files navigation

GraphTSNE

Blog Post | Paper

GraphTSNE: A Visualization Technique for Graph-Structured Data
International Conference on Learning Representations 2019
Workshop for Representation Learning on Graphs and Manifolds


GraphTSNE on the Cora Citation Network


Codes

The code demo_notebook.ipynb creates a visualization of the Cora citation network using GraphTSNE. The original Cora dataset and other citation networks can be found here: http://linqs.cs.umd.edu/projects/projects/lbc/.

The notebook takes roughly 3 minutes to run with GPU, or 8 minutes with CPU.

Installation

# Install Python libraries using conda
conda env create -f environment.yml
conda activate graph_tsne
python -m ipykernel install --user --name graph_tsne --display-name "graph_tsne"

# Run the notebook
jupyter notebook

When should I use this algorithm?

For visualizing graph-structured data such as social networks, functional brain networks and gene-regulatory networks. Concretely, graph-structured datasets contain two sources of information: graph connectivity between nodes and node features.

Cite

If you use GraphTSNE in your work, we welcome you to cite our ICLR'19 workshop paper:

@inproceedings{leow19GraphTSNE,
  title={GraphTSNE: A Visualization Technique for Graph-Structured Data},
  author={Leow, Yao Yang and Laurent, Thomas and Bresson, Xavier},
  booktitle={ICLR Workshop on Representation Learning on Graphs and Manifolds},
  year={2019}
}

About

PyTorch Implementation of GraphTSNE, ICLR’19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.