Skip to content

ninamalina/lphn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 7, 2019
7b7c116 · Feb 7, 2019

History

94 Commits
Nov 27, 2018
Dec 27, 2018
Feb 7, 2019
Sep 5, 2018
Feb 7, 2019
Nov 27, 2018
Feb 7, 2019
Feb 7, 2019
Feb 7, 2019
Jan 7, 2019
Feb 7, 2019
Feb 7, 2019
Jan 6, 2019

Repository files navigation

Link prediction in heterogenous networks

Project contains implementation of four different methods used for link prediction in heterogenous networks:

  • simple_model.py

Construct simple features of node pairs and use logistic regression to classify the pairs into "edge" or "no edge"

  • meta_model.py

Use metapath2vec to embed nodes into vector space, use logistic regression on computed features.

  • gae_model.py

Graph autoencoder model on homogenous network- jointly optimize encoder and decoder function, such that embeddings of nodes can be used for link prediction

  • gae_het_model.py

Graph autoencoder model modified to work on heterogenous networks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published