博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Influence Maximazation
阅读量:4519 次
发布时间:2019-06-08

本文共 1076 字,大约阅读时间需要 3 分钟。

  Influence Maximazation is the problem of finding a small subset of nodes(seed nodes) in  a social network to maximize the spread of  influence .

  Domingos and Richardson are the first to study influence maximization as an algorithmic problem.Their methods are probabilistic,however.

  Kempe,Kleinberg and Tardos are the first to formulate the problem as the following discrete optimization problem.

 

  Problem Description:Given a social network graph,a specific influence cascade model,and a small number k,the influence maximization  problem is to find k vertices in the graph(refered to as seeds) such that under the influence sascade model,the expected number of vertices innfluenced by the k seeds (referred to as the influence spread in the paper ) is the largest possible.

 

  Kempe et al. prove that the optimization problem is NP-hard,and present a grredy approximation algorithm applicable to all three models,which guarantees that the influence spread is within(1-1/e) of the optimal influence spread.

转载于:https://www.cnblogs.com/cmleung/archive/2009/11/30/1613673.html

你可能感兴趣的文章
php的zend引擎执行过程 一
查看>>
pycharm 快捷键
查看>>
Linux常用命令
查看>>
AutoFac IoC DI 依赖注入
查看>>
.net中的设计模式---单例模式
查看>>
安装程序工具 (Installutil.exe)22
查看>>
python 学习(pip工具的安装)
查看>>
博客园在我的博客添加点击小心心特效
查看>>
如何简单解释 MapReduce算法
查看>>
微软Office Online服务安装部署(二)
查看>>
从 0 到 1 实现 React 系列 —— 1.JSX 和 Virtual DOM
查看>>
面向接口编程详解(二)——编程实例
查看>>
解决java.lang.NoClassDefFoundError: org/apache/log4j/Level
查看>>
端口号
查看>>
mysql for macOS安装
查看>>
iOS中的KeyChain的用途
查看>>
jquery与checkbox的checked属性的问题
查看>>
HDU5092——Seam Carving(动态规划+回溯)(2014上海邀请赛重现)
查看>>
java 格式化字符串
查看>>
[.Net]轻量ORM——Dapper
查看>>