Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph2vec for graph similarity learning #47

Closed
smith-co opened this issue Jul 3, 2022 · 3 comments
Closed

Graph2vec for graph similarity learning #47

smith-co opened this issue Jul 3, 2022 · 3 comments

Comments

@smith-co
Copy link

smith-co commented Jul 3, 2022

I am thinking to use Graph2vec for learning graph similarity learning.

Given two graphs, I am thinking to get embeddings of the two graphs and then take the cosine similarity of the two graphs.

May graphs would have around 5000 nodes and 4000 edges.

Is Graph2vec a good fit for this task?

@benedekrozemberczki
Copy link
Owner

Dear @smith-co,

Could you star the repo first?

Yes it is! I would recommend using the Karateclub implementation!

https://github.com/benedekrozemberczki/karateclub

Bests,

Benedek

@smith-co
Copy link
Author

smith-co commented Jul 5, 2022

@benedekrozemberczki of course - added star to the repo :-)

I am looking into the Karateclub repo. Can you please point me how to create the API to create graphs for Karateclub?

@smith-co
Copy link
Author

smith-co commented Jul 5, 2022

@benedekrozemberczki do you have an example where you build a graph from scratch i.e. create nodes and then add edges?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants