gnn

TensorFlow GNN is a library to build Graph Neural Networks on the TensorFlow platform.

APACHE-2.0 License

Downloads
1.9K
Stars
1.3K
Committers
34

Bot releases are hidden (Show)

gnn - v0.4.0rc0

Published by mihirparadkar almost 2 years ago

What's Changed

Full Changelog: https://github.com/tensorflow/gnn/compare/v0.3.0...v0.4.0rc0

gnn - v0.3.0

Published by mihirparadkar about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tensorflow/gnn/compare/v0.2.0.dev1...v0.3.0

gnn - v0.2.1

Published by mihirparadkar about 2 years ago

Removes GCP dependencies from setup.py and updates apache-beam.

Full Changelog: https://github.com/tensorflow/gnn/compare/v0.2.0...v0.2.1

gnn - v0.2.0

Published by mihirparadkar over 2 years ago

Summary

  • Added 3 popular model architectures from literature (GATv2, GraphSAGE, and GCN) and a commonly-used MPNN architecture from within Google.
  • Adds an orchestrator toolkit for low-code solutions on common graph learning tasks
  • Added a flexible sampler implementation which supports edge-based and node-based sampling.

Full Changelog: https://github.com/tensorflow/gnn/compare/v0.2.0.dev1...v0.2.0

gnn - v0.2.0rc0

Published by mihirparadkar over 2 years ago

Initial release candidate (rc0) for 0.2.0 release. Includes a new sampler, documentation, and examples.

gnn - v0.2.0.dev1

Published by mihirparadkar over 2 years ago

Pre-release for v0.2.0 of TensorFlow GNN with example models (GCN, GATv2, GraphSAGE) and a runner.

This is a v0 release, with no API compatibility guarantees.