alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

differences with alibaba/euler? #16

Closed suesunss closed 3 years ago

suesunss commented 4 years ago

Hi,

Thanks for developing this open-source project, I noticed that alibaba also open-sourced euler, can anyone point out the differences between the two ?

patricxu commented 4 years ago

and difference with DGL

hibayesian commented 4 years ago

and Tencent's Plato

baoleai commented 4 years ago

There are some excellent graph learning related framworks, but each system has its own focus. Graph-Learn is mainly for industrial large-scale heterogeneous graphs. It implements a distributed graph engine and provides a graph learning model programming framework to simplify the development of GNNs. When you want to try GNNs, welcome to use Graph-Learn:)

patricxu commented 4 years ago

@baoleai Is there any way to integrate the classical graph algorithm into GL, such as Pagerank, LPA, WCC .etc.

sonogoto commented 3 years ago

@baoleai Is there any way to integrate the classical graph algorithm into GL, such as Pagerank, LPA, WCC .etc.

NO, it doesn't design for graph computing