#196 · Primary category: Deep Learning Frameworks
graph_nets
Build Graph Nets in Tensorflow
Project last updated:12/12/22
GitHub Stars
5.4K
Forks
778
Contributors
11
License
Apache-2.0
Why we included this project
DeepMind's graph_nets library gives researchers and engineers a practical way to work with graph-structured data in TensorFlow and Sonnet. Instead of hand-coding message passing, you define edge, node, and global-level attribute updates, and the library handles the rest. That abstraction fits many real problems that don't behave like flat vectors, such as shortest path routing, physical simulations, or sorting tasks. The repo ships Jupyter notebooks for each of those three cases, so you can see whether the API matches your own problem before committing to it. Teams already on TensorFlow will find this the most direct route into graph-based modeling, though note the project has been in maintenance mode since around 2022.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.