Skip to content

atheeraa/VGASOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VGASOM

Community Detection Based on Self-Organizing Map Clustering of Graph’s Embeddings

This is a community detection model (VGASOM), that employs a variational graph autoencoder neural network with two graph convolutional layers to encode the high-dimensional graph features into a lower-dimensional embedding, which is then clustered using self-organizing maps. Community detection is an unsupervised learning task that has quite a number of challenges to be dealt with. Our experiments show that our approach achieves better performances than the baseline methods and shows great potential for the community detection task.

image

Our work is based on https://github.com/DaehanKim/vgae_pytorch and https://github.com/JustGlowing/minisom

About

Community Detection Based on Self-Organizing Map Clustering of Graph’s Embeddings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published