Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4. (30 pts) Consider a toy small example of a directed web graph G = (V,E): 12 10 Note: This question should be answered
4. (30 pts) Consider a toy small example of a directed web graph G = (V,E): 12 10 Note: This question should be answered based on pagerank formulation and definition in Chapter 14 of Easly and Kleinberg book, which can be found online at https: //www.cs.cornell.edu/home/kleinber/networks-book/. This formu- lation is slightly different that what discussed in the class. (a) Suppose we assign all 18 nodes equal initial page rank values of . Now suppose we apply the unscaled Page Rank algorithm to this graph. After one iteration (or round) of the algorithm, will any nodes have a page rank value of zero? If so, which ones and why? If not, briefly explain why not. (b) Answer the same question as in part (a) for both two and three iterations of unscaled page rank. (c) When the algorithm converges (i.e., reaches equilibrium), which nodes in the graph will have non-zero page rank values? What will their equilibrium page rank values be? Briefly justify your answer. (d) Suppose we repeat part (a) but consider a variation of the graph in which a single node can delete a single one of their outgoing edges. Which nodes can increase their (equilibrium) page rank values by deleting a single outgoing edge? Briefly justify your answer. (Do not consider simultaneous deletion of multiple edges, just one single edge.) (e) What is the minimum number of edges that would need to be added to the graph so that every node has non-zero page rank? Briefly explain what edges would be needed and why. (f) Suppose we use scaled Page Rank on the original graph in part (a) with scaling fac- tor s 0.9. Which nodes will have non-zero (equilibrium) page rank values? Qual- itatively, briefly describe which node will now have the highest page rank value.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started