Coder Social home page Coder Social logo

nlighting / graph-learn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alibaba/graph-learn

0.0 0.0 0.0 6.03 MB

An Industrial Graph Neural Network Framework

License: Apache License 2.0

Shell 0.60% C++ 65.26% Python 28.52% C 0.11% Java 3.58% Smarty 0.15% CMake 1.66% Mustache 0.11%

graph-learn's Introduction

GL graphlearn-training-pypi docs graph-learn CI License

Documentation

简体中文 | English

Graph-Learn (formerly AliGraph) is a distributed framework designed for the development and application of large-scale graph neural networks. It has been successfully applied to many scenarios within Alibaba, such as search recommendation, network security, and knowledge graph. After Graph-Learn 1.0, we added online inference services to the Graph-Learn framework, providing a complete solution including training and inference for GNNs to be used in real business.

  • GraphLearn-Training

    The training framework, supports sampling on batch graphs, training offline or incremental GNN models.

    It provides both Python and C++ interfaces for graph sampling operations and provides a gremlin-like GSL (Graph Sampling Language) interface. For GNN models, Graph-Learn provides a set of paradigms and processes for model development. It is compatible with both TensorFlow and PyTorch, and provides data layer, model layer interfaces and rich model examples.

    Detail

  • Dynamic-Graph-Service

    An online inference service, supports real-time sampling on dynamic graphs with streaming graph updates.

    It provides a performance guarantee of sampling P99 latency in 20ms on large-scale dynamic graphs. The Client side of the Online Inference Service provides Java GSL interfaces and Tensorflow Model Predict.

    Detail

Use GraphLearn-Training and Dynamic-Graph-Service for training and inference.

overview

  1. A user initiates a request on the Web (0), samples in real time on the dynamic graph via the Client side (1), uses the samples as model input, and requests the prediction results from the Model service (3).
  2. the prediction results, feedback, and some context on the Web are sent to the Data Hub (0, 3), eg, Log Service.
  3. data updates streamingly flow into the Dynamic Graph Service as graph updates (4).
  4. GraphLearn-Training hourly loads window of graph data, incremental trains models, and updates model on tensorflow Model service.

Citation

Please cite the following paper in your publications if Graph-Learn helps your research.

@article{zhu2019aligraph,
  title={AliGraph: a comprehensive graph neural network platform},
  author={Zhu, Rong and Zhao, Kun and Yang, Hongxia and Lin, Wei and Zhou, Chang and Ai, Baole and Li, Yong and Zhou, Jingren},
  journal={Proceedings of the VLDB Endowment},
  volume={12},
  number={12},
  pages={2094--2105},
  year={2019},
  publisher={VLDB Endowment}
}

License

Apache License 2.0.

graph-learn's People

Contributors

baoleai avatar jackonan avatar seventeen17 avatar goldenleaves avatar sighingnow avatar lisu avatar yanglinguan avatar archwalker avatar wencongxiao avatar siyuan0322 avatar dependabot[bot] avatar alibaba-oss avatar kai-zeng avatar lorinlee avatar xiaoming-qxm avatar amznero avatar hansugu avatar lxx1818 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.