deepmind/graph_nets
Graph Nets is DeepMind's library for building graph networks in Tensorflow and Sonnet. A graph network takes a graph as input and returns a graph as output. The input graph has edge- (E), node- (V), and global-level (u) attributes. The output graph has the same structure, but updated attributes. Graph networks are part of the broader family of "graph neural networks" (Scarselli et al., 2009).
Oct-18-2018, 19:23:22 GMT
- Technology: