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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mdeff avatar

mdeff/cnn_graph

0
View on GitHub↗
1,369 Stars·387 Forks·Jupyter Notebook·MIT·8 Aufrufearxiv.org/abs/1606.09375↗

Cnn Graph

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 irregular graph topologies and format custom data matrices, target vectors, and adjacency structures for neural network layers.

Features

  • Spectral Convolutions - Performs convolution operations on graph structures by applying localized spectral filters defined through graph Laplacian eigen decomposition.
  • Graph Neural Networks - Runs research experiments and verifies benchmark results for convolutional neural networks operating on graph-structured data.
  • Graph Neural Network Training Routines - Trains graph convolutional models using localized spectral filtering and adjacency matrix representations.
  • Chebyshev Polynomial Approximations - Approximates spectral graph filters using truncated Chebyshev polynomials to accelerate kernel computations without explicit Laplacian diagonalization.
  • Convolutional Neural Networks - Provides a framework for applying convolutional neural networks to graph-structured data using fast localized spectral filtering.
  • Graph Data Structures - Transforms custom data matrices, target vectors, and adjacency structures into batched tensors compatible with neural network layers.
  • Research Repositories - Bundles computational notebooks and code to replicate benchmark experiments on graph classification.
  • Sparse Representations - Optimizes memory usage and computation speed by storing network connections using sparse matrix formats tailored for irregular topologies.
  • Graph Representation Learning - Applies convolutional neural networks to classify graph-structured inputs using fast localized spectral filtering techniques.
  • Graph Data Models - Formats data matrices and adjacency structures to model custom graph topologies for deep learning.
  • Notebook-Based Experimentation - Executes complete research workflows and verifies published performance benchmarks inside reproducible computational notebooks.
  • Digital Signal Processing Libraries - Processes signals on graphs by combining node features with an underlying adjacency matrix representation.

Star-Verlauf

Star-Verlauf für mdeff/cnn_graphStar-Verlauf für mdeff/cnn_graph

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Cnn Graph

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cnn Graph.
  • tkipf/gcnAvatar von tkipf

    tkipf/gcn

    7,361Auf GitHub ansehen↗

    This is a graph convolutional network library designed for performing node and graph classification on graph-structured data. It functions as a framework for generating graph embeddings and implementing spectral convolutional neural networks to predict labels for nodes and entire graph structures. The library provides specialized tools for spectral graph convolutions, utilizing Chebyshev polynomial approximations to perform feature aggregation. It includes a multi-graph processing framework that manages batches of different graph instances through block-diagonal adjacency matrices and pooling

    Python
    Auf GitHub ansehen↗7,361
  • packtpublishing/hands-on-graph-neural-networks-using-pythonAvatar von PacktPublishing

    PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python

    1,044Auf GitHub ansehen↗

    This repository serves as an educational resource for implementing graph neural networks using Python. It provides a collection of structured code examples and tutorials designed to guide developers through the process of building and training machine learning models that operate on complex, interconnected datasets. The project covers the core mechanics of graph-based deep learning, including message-passing architectures, feature aggregation, and the stacking of convolutional layers. It demonstrates how to represent non-Euclidean data as static graphs and how to manage memory during training

    Jupyter Notebook
    Auf GitHub ansehen↗1,044
  • alibaba/graph-learnAvatar von alibaba

    alibaba/graph-learn

    1,341Auf GitHub ansehen↗

    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, coupl

    C++aligraphdynamic-graphdynamic-graph-service
    Auf GitHub ansehen↗1,341
  • dsgiitr/graph_netsAvatar von dsgiitr

    dsgiitr/graph_nets

    1,237Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,237
Alle 30 Alternativen zu Cnn Graph anzeigen→

Häufig gestellte Fragen

Was macht mdeff/cnn_graph?

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.

Was sind die Hauptfunktionen von mdeff/cnn_graph?

Die Hauptfunktionen von mdeff/cnn_graph sind: Spectral Convolutions, Graph Neural Networks, Graph Neural Network Training Routines, Chebyshev Polynomial Approximations, Convolutional Neural Networks, Graph Data Structures, Research Repositories, Sparse Representations.

Welche Open-Source-Alternativen gibt es zu mdeff/cnn_graph?

Open-Source-Alternativen zu mdeff/cnn_graph sind unter anderem: tkipf/gcn — This is a graph convolutional network library designed for performing node and graph classification on… packtpublishing/hands-on-graph-neural-networks-using-python — This repository serves as an educational resource for implementing graph neural networks using Python. It provides a… alibaba/graph-learn — Graph-learn is a distributed graph processing engine and graph neural network framework designed for large-scale graph… dsgiitr/graph_nets — Graph Nets is a graph neural network library and educational toolkit implemented in PyTorch, providing implementations… rasbt/machine-learning-book — This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of… google-deepmind/deepmind-research — This is an open-source research repository providing a collection of machine learning implementations designed to…

Kuratierte Suchen mit Cnn Graph

Handverlesene Sammlungen, in denen Cnn Graph vorkommt.
  • Node embedding frameworks