Skip to content

iggisv9t/graph-stuff

Repository files navigation

graph-stuff

Things related to graphs

Universal Convolver Example.ipynb

Contains simple function to make graph convolutions with pandas and usage example. It's only aim to show the idea. Also can be easily implemented on Spark for example.

sql_convolution.sql

Same thing but in SQL

Graph Embeddings Tutorial.ipynb

How to use three methods for graph representation: LargeViz, VERSE and mentioned above graph convolutions. + Examples how to visualize results. (I also have mentioned autoencoder for dataviz at the end of the notebook. You can look this for example)