Skip to content

renatomelo/influence-maximization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influence Maximization

This project contains the implementation of the algorithms proposed in my paper entitled:

Problem Definition: The influence maximization problem in social networks seeks out a set of nodes that allows spreading information to the greatest number of members.

In this work, we propose a methodology to speedup the Kempe's algorithm with focus on power law graphs. The improvement consists of choosing the most promising nodes in advance. To this end, we explore some properties of power law graphs and the relationship between social influence and degree distribution. We have verified by experimental analysis that this preselection reduces the run time while preserving the quality of the solution.

The source code of the proposed algorithm is here: src/algoritmos/PrevalentSeed.java

Dependences:

  • JGraphT Library (a Java library of graph theory data structures and algorithms)
  • JUNG (Java Universal Network/Graph Framework)

Random Graph Generative Models:

About

Implementation of algorithms for Influence Maximization Problem in social networks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages