An open API service indexing awesome lists of open source software.

https://github.com/dmis-lab/ictc


https://github.com/dmis-lab/ictc

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

This repository is a implementation of paper Bipartite Link Prediction by Intra-class connection based Triadic Closure.

ICTC is a bipartite link prediction method.\
Note: to run this model, please use python version above 3.0.

To run the model, please first select one dataset from args.py while commenting out the ones that you are not using.\
You have three model choices.

To run ICTC, python train.py. This will run GAE,LGAE,ICTC.\
To run BiSPM, python bispm.py \
To run SRNMF, choose one similarity measure which is one of [CN, JC,CPA] by selecting one from srnmf.py. (i.e. args.similarity = 'srnmf_cn') then python srnmf.py