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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
naganandy avatar

naganandy/graph-based-deep-learning-literature

0
View on GitHub↗
5,073 stele·785 fork-uri·Jupyter Notebook·MIT·2 vizualizări

Graph Based Deep Learning Literature

links to conference publications in graph-based deep learning

Features

  • Graph Representation Learning - Literature review of graph-based deep learning methods.
  • Community Resources - Curated collection of graph-based deep learning research publications.

Istoric stele

Graficul istoricului de stele pentru naganandy/graph-based-deep-learning-literatureGraficul istoricului de stele pentru naganandy/graph-based-deep-learning-literature

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Graph Based Deep Learning Literature

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Graph Based Deep Learning Literature.
  • dsgiitr/graph_netsAvatar dsgiitr

    dsgiitr/graph_nets

    1,237Vezi pe 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

    Jupyter Notebookchebyshev-polynomialsdeepwalkgraph-attention-networks
    Vezi pe GitHub↗1,237
  • npubird/knowledgegraphcourseAvatar npubird

    npubird/KnowledgeGraphCourse

    4,362Vezi pe GitHub↗

    KnowledgeGraphCourse is a structured collection of graduate-level academic materials, lecture notes, and a comprehensive curriculum focused on the theory and application of knowledge graphs. It serves as a markdown-based educational resource that provides navigable course modules and study guides. The material covers specialized research on integrating knowledge graphs with large language models to reduce hallucinations. It includes detailed guides on using the SPARQL language for storing large-scale graph datasets and executing optimized queries. The curriculum spans a broad range of capabi

    Vezi pe GitHub↗4,362
  • dmlc/dglAvatar dmlc

    dmlc/dgl

    14,283Vezi pe 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
    Vezi pe GitHub↗14,283
  • seongjunyun/graph_transformer_networksAvatar seongjunyun

    seongjunyun/Graph_Transformer_Networks

    1,082Vezi pe GitHub↗

    GraphTransformerNetworks is a graph neural network framework implemented in PyTorch for learning structural representations and performing classification tasks on complex heterogeneous graphs and relational networks. The project provides automated preprocessing pipelines to transform raw graph datasets into standardized formats, alongside model training, forward passes, and gradient backpropagation executed through dynamic tensor operations. The architecture incorporates self-attention mechanisms applied directly to graph structures to learn contextual representations of nodes and edges ac

    Jupyter Notebook
    Vezi pe GitHub↗1,082
Vezi toate cele 30 alternative pentru Graph Based Deep Learning Literature→

Întrebări frecvente

Ce face naganandy/graph-based-deep-learning-literature?

links to conference publications in graph-based deep learning

Care sunt principalele funcționalități ale naganandy/graph-based-deep-learning-literature?

Principalele funcționalități ale naganandy/graph-based-deep-learning-literature sunt: Graph Representation Learning, Community Resources.

Care sunt câteva alternative open-source pentru naganandy/graph-based-deep-learning-literature?

Alternativele open-source pentru naganandy/graph-based-deep-learning-literature includ: dsgiitr/graph_nets — Graph Nets is a graph neural network library and educational toolkit implemented in PyTorch, providing implementations… shenweichen/graphembedding — GraphEmbedding is a graph network representation library and node embedding framework. It provides a toolkit for… dmlc/dgl — DGL is a Python library for building and training graph neural networks. It functions as a graph message passing… seongjunyun/graph_transformer_networks — Graph_Transformer_Networks is a graph neural network framework implemented in PyTorch for learning structural… npubird/knowledgegraphcourse — KnowledgeGraphCourse is a structured collection of graduate-level academic materials, lecture notes, and a… thunlp/openke — OpenKE is a knowledge graph embedding framework designed to transform structured knowledge graphs into low-dimensional…