awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesInductive Learning

Methods for learning patterns from graph structures that can be generalized to previously unseen nodes or graphs.

Distinct from Graph Representation Learning: Distinct from Graph Representation Learning: focuses on the inductive ability to apply learned patterns to new datasets specifically.

Explore 3 awesome GitHub repositories matching part of an awesome list · Inductive Learning. Refine with filters or upvote what's useful.

Awesome Inductive Learning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • memgraph/memgraphAvatar de memgraph

    memgraph/memgraph

    4,163Ver en GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product aggregates neighbor representations to learn inductive patterns applicable to new datasets.

    C++cyphergraphgraph-algorithms
    Ver en GitHub↗4,163
  • williamleif/graphsageAvatar de williamleif

    williamleif/GraphSAGE

    3,657Ver en GitHub↗

    GraphSAGE is a graph neural network framework designed for inductive representation learning on large-scale graphs. It functions as an inductive graph embedding tool and neighborhood aggregation engine, enabling the generation of numerical node representations that generalize to previously unseen data. The system distinguishes itself by computing node embeddings through the aggregation of features from local neighborhoods rather than relying on a global lookup table. This approach allows the framework to operate as both a supervised graph classifier for predicting categorical node classes and

    Implements an inductive learning framework for generating node embeddings that generalize to unseen data.

    Python
    Ver en GitHub↗3,657
  • dsgiitr/graph_netsAvatar de dsgiitr

    dsgiitr/graph_nets

    1,237Ver en GitHub↗

    Graph Nets is a graph neural network library and educational toolkit implemented in PyTorch, providing implementations of popular graph representation learning algorithms and research papers. The project covers core graph machine learning tasks including semi-supervised node classification, inductive and unsupervised node embedding generation, and neighborhood feature aggregation. The library supports diverse algorithmic approaches for processing network structures, ranging from shared-parameter graph convolutions and attention-weighted neighborhood aggregation to spectral Chebyshev filtering

    Leverage node feature information through sampling and aggregation strategies to efficiently compute embeddings for previously unseen graph nodes.

    Jupyter Notebookchebyshev-polynomialsdeepwalkgraph-attention-networks
    Ver en GitHub↗1,237
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Graph Representation Learning
  5. Inductive Learning