jermainewang / euler

A distributed graph deep learning framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文版

Overview

Graph is a generic data structure with strong expressivity to characterize entities and their relationships in real world. Graph learning algorithms, such as graph neural networks (GNN), have been shown to be tremendously beneficial to many applications in both academia and industry.

Euler is a large-scale distributed graph learning system. It can work with deep learning tools like TensorFlow or X-Deep Learning and support users to train models on very complex heterogeneous graphs with billions of nodes and tens of billions of edges. For a more detailed introduction to the Euler system, please refer to System Introduction.

Usage Documents

In Tutorials, we guide users to get started quickly with Euler. Then, in Advanced Usage, we show how to write a customized model and how to achieve distributed training.

Next, we introduce Euler's Programming Interfaces: the ready-made model package based on TensorFlow which contains a bunch of state-of-the-art graph learning models, the graph operators to be used with TensorFlow, and the C++ API for the graph engine (for users who want to adapt to other deep learning frameworks).

In Model Introduction, we give a brief introduction for our in-house algorithms and the links for other open-released models. In Evaluation, we provide effectiveness and efficiency evaluation of our system.

Contact Us

If you have any questions, please submit issues or send mails to euler-opensource@list.alibaba-inc.com.

License

Euler uses Apache License 2.0.

Acknowledgement

Euler is developed collaboratively by Alimama Engineering Platform Team and Alimama Search Advertising Algorithm Team. We are very grateful to the support of other teams in Alimama and to the Ant Financial Services Group's Machine Learning Team for their help in the early technical exchange stage of the project.

About

A distributed graph deep learning framework.

License:Apache License 2.0


Languages

Language:C++ 68.5%Language:Python 24.7%Language:Java 4.0%Language:CMake 2.1%Language:Shell 0.4%Language:Dockerfile 0.2%