20

StellarGraph v0.10 Open-Source Python Machine Learning Library for Graphs

 4 years ago
source link: https://news.ycombinator.com/item?id=22440934
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

StellarGraph is an open-source library featuring state-of-the-art graph machine learning algorithms. The project is delivered as part of CSIRO’s Data61.

Dramatically improved memory usage is the key feature of the 0.10 release of the library, with the StellarGraph and StellarDiGraph classes now backed by NumPy and Pandas. This will enable significant performance benefits.

Version 0.10 (https://github.com/stellargraph/stellargraph/releases/tag/v0.10.0) also features two new algorithms:

- Link prediction with directed GraphSAGE

- GraphWave, which computes structural node embeddings by using wavelet transforms on the graph Laplacian.

Other new algorithms and features remain under active development, but are available in this release as experimental previews. These include:

- Temporal Random Walks: random walks that respect the time that each edge occurred (stored as edge weights)

- Watch Your Step: computes node embeddings by simulating the effect of random walks, rather than doing them

- ComplEx: computes embeddings for nodes and edge types in knowledge graphs, and uses these to perform link prediction

- Neo4j connector: the GraphSAGE algorithm can execute neighbourhood sampling from a Neo4j database, so the edges of a graph do not have to fit into memory.

The new release also incorporates key bug fixes and improvements:

- StellarGraph now supports TensorFlow 2.1

- Demos now focus on Jupyter notebooks

- Supervised GraphSAGE Node Attribute Inference algorithm is now reproducible

- Code for saliency maps/interpretability refactored to have more sharing, making it cleaner and easier to extend

- Demo notebooks predominantly tested on CI using Papermill, so won't become out of date.

Find StellarGraph on GitHub (https://github.com/stellargraph/stellargraph).

We welcome your feedback and contributions.

Until next time, the StellarGraph team.


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK