Social Network Analysis: From Graph Theory to Applications with Python
- URL: http://arxiv.org/abs/2102.10014v1
- Date: Fri, 5 Feb 2021 18:46:02 GMT
- Title: Social Network Analysis: From Graph Theory to Applications with Python
- Authors: Dmitri Goldenberg
- Abstract summary: Social network analysis is the process of investigating social structures through the use of networks and graph theory.
It combines a variety of techniques for analyzing the structure social networks as well as theories that aim at explaining the underlying dynamics and patterns observed in these structures.
- Score: 1.027974860479791
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Social network analysis is the process of investigating social structures
through the use of networks and graph theory. It combines a variety of
techniques for analyzing the structure of social networks as well as theories
that aim at explaining the underlying dynamics and patterns observed in these
structures. It is an inherently interdisciplinary field which originally
emerged from the fields of social psychology, statistics and graph theory. This
talk will covers the theory of social network analysis, with a short
introduction to graph theory and information spread. Then we will deep dive
into Python code with NetworkX to get a better understanding of the network
components, followed-up by constructing and implying social networks from real
Pandas and textual datasets. Finally we will go over code examples of practical
use-cases such as visualization with matplotlib, social-centrality analysis and
influence maximization for information spread.
Related papers
- Foundations and Frontiers of Graph Learning Theory [81.39078977407719]
Recent advancements in graph learning have revolutionized the way to understand and analyze data with complex structures.
Graph Neural Networks (GNNs), i.e. neural network architectures designed for learning graph representations, have become a popular paradigm.
This article provides a comprehensive summary of the theoretical foundations and breakthroughs concerning the approximation and learning behaviors intrinsic to prevalent graph learning models.
arXiv Detail & Related papers (2024-07-03T14:07:41Z) - Link Prediction for Social Networks using Representation Learning and
Heuristic-based Features [1.279952601030681]
Predicting missing links in social networks efficiently can help in various modern-day business applications.
Here, we explore various feature extraction techniques to generate representations of nodes and edges in a social network.
arXiv Detail & Related papers (2024-03-13T15:23:55Z) - GNN-LoFI: a Novel Graph Neural Network through Localized Feature-based
Histogram Intersection [51.608147732998994]
Graph neural networks are increasingly becoming the framework of choice for graph-based machine learning.
We propose a new graph neural network architecture that substitutes classical message passing with an analysis of the local distribution of node features.
arXiv Detail & Related papers (2024-01-17T13:04:23Z) - On Discprecncies between Perturbation Evaluations of Graph Neural
Network Attributions [49.8110352174327]
We assess attribution methods from a perspective not previously explored in the graph domain: retraining.
The core idea is to retrain the network on important (or not important) relationships as identified by the attributions.
We run our analysis on four state-of-the-art GNN attribution methods and five synthetic and real-world graph classification datasets.
arXiv Detail & Related papers (2024-01-01T02:03:35Z) - Everything is Connected: Graph Neural Networks [0.0]
This short survey aims to enable the reader to assimilate the key concepts in the area of graph representation learning.
The main aim of this short survey is to enable the reader to assimilate the key concepts in the area, and position graph representation learning in a proper context with related fields.
arXiv Detail & Related papers (2023-01-19T18:09:43Z) - Classification of vertices on social networks by multiple approaches [1.370151489527964]
In the case of social networks, it is crucial to evaluate the labels of discrete communities.
For each of these interaction-based entities, a social graph, a mailing dataset, and two citation sets are selected as the testbench repositories.
This paper was not only assessed the most valuable method but also determined how graph neural networks work.
arXiv Detail & Related papers (2023-01-13T09:42:55Z) - Spectral Embedding of Graph Networks [76.27138343125985]
We introduce an unsupervised graph embedding that trades off local node similarity and connectivity, and global structure.
The embedding is based on a generalized graph Laplacian, whose eigenvectors compactly capture both network structure and neighborhood proximity in a single representation.
arXiv Detail & Related papers (2020-09-30T04:59:10Z) - Learning-based link prediction analysis for Facebook100 network [0.0]
This paper gives the first comprehensive analysis of link prediction on the Facebook100 network.
We study performance and evaluate multiple machine learning algorithms on different feature sets.
arXiv Detail & Related papers (2020-08-01T18:03:57Z) - Recursive Social Behavior Graph for Trajectory Prediction [49.005219590582676]
We formulate social representations supervised by group-based annotations into a social behavior graph, called Recursive Social Behavior Graph.
With the guidance of Recursive Social Behavior Graph, we surpass state-of-the-art method on ETH and UCY dataset for 11.1% in ADE and 10.8% in FDE.
arXiv Detail & Related papers (2020-04-22T06:01:48Z) - Deep Learning for Learning Graph Representations [58.649784596090385]
Mining graph data has become a popular research topic in computer science.
The huge amount of network data has posed great challenges for efficient analysis.
This motivates the advent of graph representation which maps the graph into a low-dimension vector space.
arXiv Detail & Related papers (2020-01-02T02:13:28Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.