benedekrozemberczki / graph2vec

A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
https://karateclub.readthedocs.io/
GNU General Public License v3.0
901 stars 169 forks source link

node and edge attributes #32

Closed muvazima closed 3 years ago

muvazima commented 3 years ago

how do we account for node and edge attributes? I read your answers where you mentioned we have to use a hash function, but I don't know how to do so, could you please help?

kumar-avi commented 3 years ago

+1

benedekrozemberczki commented 3 years ago

Please read the paper and you will have an answer.