I'm working on a personal project of mine thought it would be interesting if I could compare two graphs and determine just how similar they are, or given a certain portion of the graphs determine their similarity in the same manner.
For example, if I was to take two random graphs, is there any realistic way of deciding how similar the two are without doing some pixel-by-pixel comparison? As I am more inclined to the actual pattern/shape of the graphs rather than if they are identical.
I'm thinking this idea actually probably lends itself to some sort of machine learning as well, now, since the previous topic I found myself looking at said the same thing (posted 9 years ago).