Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryanahadinia/jwnmf

An Unofficial implementation of JWNMF: A Joint Weighted Nonnegative Matrix Factorization Model via Fusing Attribute Information for Link Prediction
https://github.com/aryanahadinia/jwnmf

social-network

Last synced: about 1 month ago
JSON representation

An Unofficial implementation of JWNMF: A Joint Weighted Nonnegative Matrix Factorization Model via Fusing Attribute Information for Link Prediction

Awesome Lists containing this project

README

        

# JWNMF

This is an **Unofficial** implementation of method proposed by Tang in [1].

## Sample Data

In this repository, we've placed a test data which is a sythensized graph generated using method
proposed in [2] and simulated cascades of posts exchanged between social network nodes. Underlying
graph in this data has 100 nodes and we've simulated 200 i.i.d. cascades on that. To use this to
for testing proposed method in [1], we've randomly deleted some links and cascade participations.

## How to run

Convert data

```Python
python converter/convert.py -d
```

Run Code

```Python
python main.py -d
```

## Parameters

## References

[1] Tang, M. (2022). A Joint Weighted Nonnegative Matrix Factorization Model via Fusing Attribute
Information for Link Prediction. In: Chenggang, Y., Honggang, W., Yun, L. (eds) Mobile Multimedia
Communications. MobiMedia 2022. Lecture Notes of the Institute for Computer Sciences, Social
Informatics and Telecommunications Engineering, vol 451. Springer, Cham.

[2] Lancichinetti, A., Fortunato, S., & Radicchi, F. (2008). Benchmark graphs for testing
community detection algorithms. Physical review E, 78(4), 046110.