Graph Algorithms¶
This section contains the reference documentation for the graph algorithms included in Quine.
| Algorithm | Description |
|---|---|
| Random Walk | Random walks allow us to translate the possibly-infinite dimensions of graph data into a linear string we can feed to graph neural networks. |