Skip to content

Commit bc78862

Browse files
committed
Updated README.md
1 parent 341446f commit bc78862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# NetMax - Influence Maximization in Social Networks
22

3+
[![Downloads](https://pepy.tech/badge/netmax)](https://pepy.tech/project/netmax)
4+
35
NetMax is a Python library that provides the implementation of several algorithms for the problem of **Influence Maximization in Social Networks**, originally formulated in "Maximizing the Spread of Influence through a Social Network" (Kempe, Kleinberg and Tardos, 2003). NetMax is built upon NetworkX, a popular python library for working with graphs. It also addresses the problem of Competitive Influence Maximization, as an extensive-form strategic game setting in which multiple entities try to maximize their own influence across the network while minimizing the others'. It works with both signed and unsigned networks, implementing progressive, semi-progressive and non-progressive diffusion models.
46

57
Table of Contents:

0 commit comments

Comments
 (0)