社交网络分析(Social Network Analysis)

Soical Network Analysis 是密歇根大学Lada Adamic教授在Coursera上开的一门课。主要介绍了Social Network中的一些基本概念,比如Centrality,Betweeness,Modularity等等,如何使用工具(Gephi,NetLogo等等)去分析Social Network,如何检测Social Network中的Community,不需要任何专业基础。对于程序员出身的同学,课程中也提到了如何用R去分析Social Network。

第一周 

这周只是讲了一些 Social Network Graph的基本概念: 

Node 

Edge(directed edge, undirected edge)

Indegree

Outdegree

这些概念比较简单,不再重复了。


Social Network Graph的表示主要有三种方式:

1. Adjacency matrix

2. Edge list

3. Adjacency list

对下面这张简单的图,三种表示方式分别为:




1. Adjacency matrix



2. Edge list

2,3

2,4

3,2

3,4

4,5

5,1

5,2


3. Adjacency list

1:

2: 3 4

3: 2 4

4: 5

5: 1 2


接下来是最重要的一个概念了:strongly connected component, weakly connected component, giant component

Strongly connected component: Each node within the component can be reached from every other node in the component by following directed links.

任意两个节点必须相互能到达

Weakly connected component: Each node within the component can be reached from every other node by following either direction.

任意两个节点只需要有一个方向能到达就可以

Giant component:If the largest connect component encompasses a significant fraction of the graph, it is called the giant component.

到底多大比例算significant呢?maybe 5%, maybe 10%……


第二周

这周主要讲了两个随机网络模型,一个是Erdos-Renyi模型,另一个是 Barabasi-Albert模型。这周的概念涉及: 连通组件(强连通,弱连通),最大连通分支,平均最短距离,直径,广度优先搜索

第五周

Question 1

Download Lada's Facebook network. Load it in Gephi (as undirected). Note the number of nodes and edges present. Calculate the clustering coefficient and average shortest path (this is OK to take as-is even though the network is not connected). Next close the project, and after you have blank slate, generate an Erdos Renyi random graph (File > Generate > Random graph...) with the same number of nodes and edges (you'll have to figure out the corresponding wiring probability to achieve this). It will produce a directed network. Calculate the clustering coefficient and average shortest path for this random network, making sure to treat the network as undirected. Which of the following observations is true?

Here is the result:


Lada's Facebook network Erdros Renyi Random Graph(wiring probablity=0.049)
Nodes 388 388
Edges 3598 3620
Network Diameter 8 4
Connect Components 20 1
Average Clustering Coefficient 0.534 0.049
Average Shortest Path 2.781 2.34



Question 2

Download the a snapshot of the Gnutella peer-to-peer filesharing network (now over a decade old). Go through the same procedure: Load it in Gephi (as undirected). Note the number of n
  • 3
    点赞
  • 27
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
社交网络分析分析社会关系结构模式的社会学范式。 它提供了一套方法和措施来识别,可视化和分析组织内部以及组织之间的非正式个人网络。 因此,社交网络分析提供了一种识别,检查和支持社交网络中知识共享过程的系统方法。 根据文献,开发组织内部和外部网络的组织应该能够更有效地处理知识。 关于网络在知识管理中的作用的讨论主要强调非正式网络的重要性(与正式网络相反)。 此外,经常由于活动(即“联网”)而强调网络社交网络分析可以通过关注知识管理的各种核心应用来帮助支持知识共享,例如:识别个人专业知识和知识; 研究隐性知识的转移和可持续保存; 并发现改善沟通流程和效率的机会。 尽管社交网络分析作为学术研究的一种方法仍主要处于描述性的水平,但其作为知识管理工具的使用和应用已经超出了描述性分析的范围。 因此,下面概述的步骤和应用程序为影响网络参与者,他们的关系和网络结构的实践干预和后续活动提供了建议,以改善个人,团体,组织单位或整个组织之间的知识共享。 特别是在组织间知识社区建设的过程方面,社交网络分析提供了强大的工具。 基于社交网络分析的见解,可以得出干预措施,以促进沟通过程和社区活动,加强跨边界的知识交流并增加非正式的组织间关系以实现更好的知识共享。 因此,社交网络分析应成为组织设计和策略的不可或缺的方法,以支持组织间社区建设,沟通和知识共享的过程。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值