Social Network Analysis Using Social Network Visualizer
This video, uploaded to YouTube by Michael Axelsen, explores the topic of social network analysis using SocNetV.
This video, uploaded to YouTube by Michael Axelsen, explores the topic of social network analysis using SocNetV.
The Social Network Visualizer project has just released version 1.9, which fixes many important bugs and brings a faster matrix inverse routine. Source code, Windows zipped executables, Mac OS image, and binary packages for major Linux distributions are as always available from the Downloads page.
Faster Matrix Inverse Routine:
The matrix inverse algorithm now uses LU decomposition, greatly improving computation speed. This enhancement also affects the Information Centrality algorithm, which now runs in 1/10th of the time required in earlier SocNetV versions.
Revamped PageRank Prestige Algorithm:
Up to version 1.8, the PageRank algorithm used the original Page & Brin formula, leading to different results. Starting from this version, SocNetV uses the correct formula and computes comparable results. Additionally, the initial PageRank score of each node is now set to 1/N.
*Network
.With these enhancements and fixes, SocNetV v1.9 ensures faster and more reliable performance for your social network analysis tasks.
Can you use SocNetV to analyze a virtual “social network”? Yes, you can! For instance, you could analyze social interactions (e.g., mentions) between “friends” in a virtual network. Although SocNetV cannot directly grab data from private networks (its built-in web crawler is limited to publicly accessible data), if you extract the network data yourself and transform it into GraphML format, SocNetV can load and visualize the virtual network for analysis.
This approach is particularly useful for platforms like Dolphin, an open-source platform for social networks, and its mobile-friendly sibling Trident. These platforms support social connections, conversations, locations, and other social graph-related data types, which can be analyzed using SocNetV based on operator needs.
Imagine an airline company launches a social network for its clients. By using SocNetV to analyze connections, discussion trends, and user posts, the company could:
This innovative application of SocNetV showcases its potential as an “intelligence” source for network operators, enabling data-driven decision-making and enhanced user engagement.
Kudos to the Dolphin and Trident teams for exploring this exciting use case for SocNetV!