Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[R] Announcing the release of StellarGraph version 0.8.1 open-source Python Machine Learning Library for graphs

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

We are happy to announce the 0.8.1 release of the library, which extends StellarGraph capability by adding new algorithms and demos, enhancing interpretability via saliency maps for Graph Attention (GAT), and further simplifying graph machine learning workflows through standardised model APIs and arguments.

This release, we’ve dealt with some bugs from the previous release and introduced new features and enhancements. Some of these include:

  • New directed GraphSAGE algorithm (a generalisation of GraphSAGE to directed graphs)
  • New Attri2vec algorithm
  • New PPNP and APPNP algorithms
  • New Graph Attention (GAT) saliency maps for interpreting node classification with Graph Attention Networks
  • Added directed SampledBFS walks on directed graphs
  • Unified API of GCN, GAT, GraphSAGE, and HinSAGE classes by adding build() method to GCN and GAT classes
  • Enhanced unsupervised GraphSage speed up via multithreading
  • Support of sparse generators in the GCN saliency map implementation.
  • Unified activations and regularisation for GraphSAGE, HinSAGE, GCN and GAT
  • Changed from using keras to tensorflow.keras

We’ve also added new demos using real-world datasets to show how StellarGraph can solve these tasks.

Access the StellarGraph project and explore the new features on GitHub. StellarGraph is a Python 3 library.

We welcome your feedback and contributions.

With thanks, the StellarGraph team.

submitted by /u/StellarGraphLibrary
[link] [comments]