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

栏目: IT技术 · 发布时间: 4年前

内容简介: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 Stell

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.


以上所述就是小编给大家介绍的《StellarGraph v0.10 Open-Source Python Machine Learning Library for Graphs》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

程序员修炼之道

程序员修炼之道

Andrew Hunt、David Thomas / 马维达 / 电子工业出版社 / 2005-1 / 48.00元

《程序员修炼之道》由一系列的独立的部分组成,涵盖的主题从个人责任、职业发展,直到用于使代码保持灵活、并且易于改编和复用的各种架构技术。利用许多富有娱乐性的奇闻轶事、有思想性的例子以及有趣的类比,全面阐释了软件开发的许多不同方面的最佳实践和重大陷阱。无论你是初学者,是有经验的程序员,还是软件项目经理,本书都适合你阅读。一起来看看 《程序员修炼之道》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具