Notes on the basics of Graph Neural NetworkSome notes if for any pair of nodes, we can traverse from node A to node B, then it is strongly connected graph diameter means the longest distance of any pair of nodes degree centrality means N_degree / (n - 1) eigenvector centrality is a measure of the influence of a node in a…