graphkit
Graph computation library
A lightweight Python module for representing and executing computation graphs with dependencies between operations
A lightweight Python module for creating and running ordered graphs of computations.
85 stars
13 watching
24 forks
Language: Python
last commit: over 1 year ago computer-visionmachine-learningpython
Related projects:
Repository | Description | Stars |
---|---|---|
yourbasic/graph | A Go library providing efficient algorithms and data structures for graph manipulation | 709 |
earlygrey/simple-graphs | A lightweight Java library for creating and manipulating simple graph data structures. | 44 |
gyuho/goraph | Provides an efficient and flexible graph data structure and algorithm implementation in Go | 739 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and data structures | 471 |
aspuru-guzik-group/selfies | A Python library that provides a robust representation of semantically constrained graphs, specifically for molecules in chemistry. | 682 |
graphistry/pygraphistry | A Python library for fast and efficient graph data processing, visualization, and analysis on GPUs | 2,168 |
derwenai/kglab | An abstraction layer in Python for building knowledge graphs using popular graph libraries. | 581 |
google-deepmind/jraph | A lightweight library for working with graph neural networks in jax. | 1,375 |
davecom/swiftgraph | A pure Swift implementation of a graph data structure with algorithms and utility functions | 757 |
streamlet-dev/tributary | A Python library for constructing dataflow graphs with support for reactive and lazy evaluation. | 442 |
bobluppes/graaf | A lightweight C++ graph library designed to simplify graph-related tasks and provide general-purpose graph algorithms | 158 |
dgleich/gaimc | A collection of graph algorithms implemented in MATLAB code | 42 |
benedekrozemberczki/seal-ci | A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 208 |
graphprotocol/graph-tooling | A monorepo for various tools used by subgraph developers to simplify the development process | 389 |
neo4j-labs/graph | A high-performance graph algorithm library built on top of the graph_builder crate. | 387 |