Skip to content

Simple and Fast State-of-Art Implementation of Influence Maximization Problem

Notifications You must be signed in to change notification settings

snowgy/Influence_Maximization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influence Maximization Problem

author python

Algorithm

Implement the algorithm described in “Influence Maximization in Near-Linear Time: A Martingale Approach”

Usage

$ python3 IMP.py -i <graph file path> -k <the number of seeds> -m <IC or LT> -t <termination time> 

Result

Input

e : 0.1

l : 1

seed_num : 50

Output

Estimated Diffusion : 1294-1298

Time (8 processes) : 3.5s

About

Simple and Fast State-of-Art Implementation of Influence Maximization Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages