Lower Bounds on Rate of Convergence of Matrix Products in All Pairs Shortest Path of Social Network

06/24/2020
by   Dezhou Shen, et al.
0

With the rapid development of social network applications, social network has become an important medium for people to interact. For the minimum distance computation of all pairs in networks, Alon N[4] proposed an algorithm with matrix multiplication, combining with distance product association law and block matrix multiplication, all pairs shortest path length algorithm on networks has time bound O((2n^3)/B logn). In practical applications, considering the scale-free characteristics of social networks and the precision limitations of floating-point operations on computer hardware, I found that the shortest path algorithm has an improved time bound O((14n^3)/B). Based on the above theory, I propose an all pairs shortest path algorithm that combines sparseness judgment and convergence judgment, leveraging the distance product algorithm with matrix multiplication, distance product association law, block matrix multiplication, scale-free characteristics of social networks, and limitation of floating-point operations on hardware. Testing on a social network dataset with 8508 actors, compared to Alon N algorithm, proposed algorithm has a performance improvement of 39

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/09/2022

A Novel Faster All-Pair Shortest Path Algorithm Based on the Matrix Multiplication for GPUs

The shortest path problem is a class of typical problems in graph theory...
research
06/24/2020

Movie Box office Prediction via Joint Actor Representations and Social Media Sentiment

In recent years, driven by the Asian film industry, such as China and In...
research
10/11/2019

Run-Time-Reconfigurable Multi-Precision Floating-Point Matrix Multiplier Intellectual Property Core on FPGA

In todays world, high-power computing applications such as image process...
research
08/18/2017

Improved Rectangular Matrix Multiplication using Powers of the Coppersmith-Winograd Tensor

In the past few years, successive improvements of the asymptotic complex...
research
09/27/2021

How the Avengers Assembled? Analysis of Marvel Hero Social Network

The movies of Marvel universe are very popular among young people. Almos...
research
09/16/2019

Exact solutions for geodesic distance on treelike models with some constraints

Geodesic distance, commonly called shortest path length, has proved usef...
research
10/17/2021

High Level Synthesis Implementation of a Three-dimensional Systolic Array Architecture for Matrix Multiplications on Intel Stratix 10 FPGAs

In this paper, we consider the HLS implementation of a three-dimensional...

Please sign up or login with your details

Forgot password? Click here to reset