210. Graphical Neural Networks
NNs and GNNs NN’s Expects inputs as a node GNN’s Inputs/Outputs graphs instead of a singular node. Expects inputs as an array of nodes. Considers “Adjacency Matrix” which stores information on the relationships between each node, besides the results from…