Simulating Network Influence Algorithms Using Particle-Swarms: PageRank and PageRank-Priors

Abstract

A particle-swarm is a set of indivisible processing elements that traverse a network in order to perform a distributed function. This paper will describe a particular implementation of a particle-swarm that can simulate the behavior of the popular PageRank algorithm in both its global-rank and relative-rank incarnations. PageRank is compared against the particle-swarm method on artificially generated scale-free networks of 1,000 nodes constructed using a common gamma value, γ = 2.5. The running time of the particle-swarm algorithm is O(|P|+|P|t) where |P| is the size of the particle population and t is the number of particle propagation iterations. The particle-swarm method is shown to be useful due to its ease of extension and running time.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…