awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/graph-learn

0
View on GitHub↗
1,341 نجوم·266 تفرعات·C++·Apache-2.0·12 مشاهدات

Graph Learn

Graph-learn is a distributed graph processing engine and graph neural network framework designed for large-scale graph data. It provides specialized query interfaces to extract training subgraphs and node neighborhoods, enabling the construction and training of complex graph neural network models on massive datasets. The system integrates a real-time inference server to serve live predictions by sampling dynamic graphs with low latency while processing streaming graph updates.

The project features a C++ core engine integration that executes graph sampling and tensor operations natively, coupled with a distributed graph partitioning engine that fragments graph topologies across multiple worker nodes for parallel traversal. It includes a neighbor sampling pipeline that feeds balanced mini-batches into neural network training loops, alongside a partition-based distributed storage layer with local neighborhood indexing. A high-level Python API bridges user-defined workflows with the underlying distributed execution engine.

Features

  • Graph Neural Networks - Enables the construction and training of complex graph neural network models on massive datasets.
  • Neighborhood Sampling - Extracts localized subgraphs and node neighborhoods on demand to feed balanced mini-batches into training loops.
  • Distributed Graph Engines - Fragments massive graph topologies across multiple cluster nodes for parallel traversal and model training.
  • Graph Neural Network Training Routines - Supports building and training complex graph neural network models on massive datasets using specialized sampling.
  • Graph Neighborhood Sampling - Extracts training subgraphs and node neighborhoods using specialized query interfaces for graph models.
  • Distributed Graph Storage - Stores fragmented graph topologies across worker nodes with local neighborhood indexing for fast parallel access.
  • Graph-Augmented Inference - Serves live predictions by sampling dynamic graphs with low latency and processing streaming updates.
  • Real-Time Prediction Serving - Serves live graph predictions with low latency by querying dynamic graph structures and streaming updates.
  • C++ Core Implementations - Executes heavy graph sampling and tensor operations natively in C++ for maximum execution throughput.

سجل النجوم

مخطط تاريخ النجوم لـ alibaba/graph-learnمخطط تاريخ النجوم لـ alibaba/graph-learn

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة alibaba/graph-learn؟

Graph-learn is a distributed graph processing engine and graph neural network framework designed for large-scale graph data. It provides specialized query interfaces to extract training subgraphs and node neighborhoods, enabling the construction and training of complex graph neural network models on massive datasets. The system integrates a real-time inference server to serve live predictions by sampling dynamic graphs with low latency while processing streaming graph…

ما هي الميزات الرئيسية لـ alibaba/graph-learn؟

الميزات الرئيسية لـ alibaba/graph-learn هي: Graph Neural Networks, Neighborhood Sampling, Distributed Graph Engines, Graph Neural Network Training Routines, Graph Neighborhood Sampling, Distributed Graph Storage, Graph-Augmented Inference, Real-Time Prediction Serving.

ما هي البدائل مفتوحة المصدر لـ alibaba/graph-learn؟

تشمل البدائل مفتوحة المصدر لـ alibaba/graph-learn: mdeff/cnn_graph — Cnn_graph is a graph convolutional network framework and graph signal processing library designed for machine learning… rusty1s/pytorch_geometric — PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides… thinkaurelius/titan — Titan is a distributed graph database and computing engine designed for storing and querying massive datasets of… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… angel-ml/angel — Angel is a distributed machine learning framework and graph computation engine designed to train predictive models and… tkipf/pygcn — pygcn is a PyTorch library and framework for implementing graph convolutional networks. It provides tools for…

بدائل مفتوحة المصدر لـ Graph Learn

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Graph Learn.
  • mdeff/cnn_graphالصورة الرمزية لـ mdeff

    mdeff/cnn_graph

    1,369عرض على GitHub↗

    Cnn_graph is a graph convolutional network framework and graph signal processing library designed for machine learning research. It provides computational notebooks and code to process and classify graph-structured data by combining node features with an underlying adjacency matrix representation. The framework performs spectral graph convolutions through localized filters and accelerates filtering operations using truncated Chebyshev polynomials to avoid explicit graph Laplacian diagonalization. It includes a graph-structured data pipeline and sparse adjacency representations to handle irreg

    Jupyter Notebookconvolutional-neural-networksdeep-learninggraph-neural-networks
    عرض على GitHub↗1,369
  • rusty1s/pytorch_geometricالصورة الرمزية لـ rusty1s

    rusty1s/pytorch_geometric

    23,848عرض على GitHub↗

    PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides a framework for developing graph neural networks, including a specialized system for implementing node-to-node information exchange via customizable message passing, aggregation, and update functions. The library includes a sparse data processing toolkit that utilizes accelerated CPU and CUDA kernels to perform efficient reductions on large sparse datasets. It supports the creation of specialized architectures for structured data such as 3D meshes and point clouds. The proje

    Python
    عرض على GitHub↗23,848
  • thinkaurelius/titanالصورة الرمزية لـ thinkaurelius

    thinkaurelius/titan

    5,228عرض على GitHub↗

    Titan is a distributed graph database and computing engine designed for storing and querying massive datasets of interconnected nodes and edges across multi-machine clusters. It functions as a scalable graph storage layer and transactional store, providing a framework for executing large-scale graph processing jobs and deep traversals. The system is distinguished by its pluggable storage backend, which decouples the graph engine from the physical persistence layer. It utilizes vertex-cut data partitioning to balance processing loads and a set-cardinality property model that allows single prop

    Java
    عرض على GitHub↗5,228
  • dmlc/dglالصورة الرمزية لـ dmlc

    dmlc/dgl

    14,283عرض على GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    عرض على GitHub↗14,283
  • عرض جميع البدائل الـ 30 لـ Graph Learn→

    مجموعات مختارة تضم Graph Learn

    مجموعات منسقة بعناية يظهر فيها Graph Learn.
    • مكتبات الشبكات العصبية الرسومية العلائقية
    • مكتبة لبناء نماذج التعلم العميق
    • Node embedding frameworks