Skip to content
A distributed graph deep learning framework.
C++ Python Java CMake Other
Branch: master
Clone or download

Latest commit

zakheav Merge pull request #243 from lixusign/master
负采样bug修复,需要和pos采样的分布保持一致
Latest commit 5b8a3c6 Apr 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cmake Patch 20190208. Apr 10, 2019
euler remove duplicate code Jan 6, 2020
examples Initial import. Jan 16, 2019
tf_euler 负采样bug修复,需要和pos采样的分布保持一致 Apr 16, 2020
third_party Initial import. Jan 16, 2019
tools Patch 20190208. Apr 10, 2019
.gitignore Initial import. Jan 16, 2019
.gitmodules Initial import. Jan 16, 2019
CMakeLists.txt optmz sampler and get features api, unify hdfs and local file loader,… Jan 30, 2019
LICENSE Initial import. Jan 16, 2019
README.md Update README.md Jun 4, 2019

README.md

中文版

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.

You can’t perform that action at this time.