DaehanKim / vgae_pytorch

This repository implements variational graph auto encoder by Thomas Kipf.
MIT License
388 stars 73 forks source link

Can this be used for clustering the nodes? #4

Closed atheeraa closed 3 years ago

atheeraa commented 3 years ago

Hello, thank you for your great work. I'm new to graph networks, and I would appreciate it if you'd explain to me if this model can be used for clustering i.e. community detection? if not, can you recommend ways to employ a GCN or a GAE for community detection?

DaehanKim commented 3 years ago

I haven't tried the community detection task using graph auto encoders, but I can see quite many related works only by searching "community detection using graph auto encoder" in google scholar. How about starting with the top-cited one?

atheeraa commented 3 years ago

Thank you !