Bonchi, F., Castillo, C., Gionis, A., & Jaimes, A. (2011). Social Network Analysis and Mining for Business Applications. ACM Transactions on Intelligent Systems and Technology, 2(3), 22:1—22:37. doi:10.1145/1961189.1961194
This article classifies business processes based on the APQC Process Classification Framework that serves as a high-level, industry-neutral enterprise process model, and discusses social network analysis and mining techniques relevant to these processes.
The following list outlines business processes and the corresponding applications. The processes 1-5 are considered operating processes, while 6-12 denote to management and support processes.
Social network data is represented as a graph G=(V,E) with either explicit or implicit connections. Implicit connections can be discovered due to
PageRank is the most popular method of this family. PageRank can also be interpreted as a random surfer who follows links at random. The score of a node corresponds to the fraction of time spend at that node by the surfer in the limit.
HITS distinguishes between a hub and an authority score. Nodes that receive many incoming links from important hubs obtain a high authority score. Hubs with many incoming links from authoritative nodes get a high hub score. As all the other spectral ranking methods, the HITS value is determined by an eigenvector computation.
Incorporation of negative feedback.
The semantics of distrust propagation ("the enemy of my enemy is my friend") are in practice less effective than the semantics of trust propagation ("the friend of my friend is my friend").
Guha et al. (2004) show that a good heuristic for computing trust propagates
Research on the properties of social networks shows that new nodes connecting to social networks will preferential attach themselves to existing nodes with a high number of connections. This is regarded as an instance of the multiplicative process, also known as the Yule process or richer-get-richer process.
Research on mining evolving graphs identifies typical evolution patterns to obtain information on the underlying evolution mechanisms.
Social Network analysis allows partitioning customers according to their social network community. Applications of this kind of partitioning are
The idea of word-of-mouth or viral marketing is targeting the most influential users within a network to start a chain-reaction that propagates the marketing message through the network. Research on information propagation has shown that finding optimal propagation strategies in social networks is NP-hard.
One research problem in this area is distinguishing between influence and similarity, i.e. do determine whether people follow a course of action because they have interests similar to the "influential person" or because they have been influenced by that person.
Some authors have measured the effects of adding viral features such as (a) personal referrals, and (b) automatic broadcasting into products.
Churn is the business term for the fraction of individuals that leave a customer base. Churn analysis targets on
Guha, R., Kumar, R., Raghavan, P. and Tomkins, A. (2004). Propagation and trust and distrust. In proceedings of the 13 th International Conference on World Wide Web (WWW'04). ACM Press, New York, 403-412
Ziegler, C.-N.and Lausen, G. (2005): Propagation models for trust and distrust in social networks. Information Systems Frontiers 7, 4-5, 337-358
Updated: April 14, 2013
less than 1 minute read
Integrating earth observation data with linked open data would pave the way for easy reuse and integration of these datasets. The article discusses how knowl.
less than 1 minute read
Career websites contain valuable data on employees, their skill sets and, employment history. This article uses k-means clustering on keywords describing ski.
The suffix array is a memory-efficient alternative to the suffix tree which provides a sorted list of string indices indicating the string’s suffixes.
less than 1 minute read
This article describes and evaluates different online feature scaling approaches and their impact on the performance of binary classifiers. online feature.