Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PROBLEM 3 In this problem you are required to compare two versions of the HITS algorithm discussed in our lectures. Figure 1 - HITS Version
PROBLEM
In this problem you are required to compare two versions of the HITS algorithm discussed in our lectures.
Figure HITS Version
Initialize all weights to
Repeat until convergence
operation : hubs collect the weight of the authorities
I operation: authorities collect the weight of the hubs
Normalize weights under some norm
Figure HITS Version
Initialize all weights to Repeat until convergence
operation : hubs collect the weight of the authorities
I operation: authorities collect the weight of the hubs
Normalize weights under some norm
You will pick graphs of your choice and a scale of tolerance of your choice and the comparison will be done in two aspects:
The hub and authority values that the algorithms converge to
The number of steps that the convergence is achieved
Note: in this problem you are not allowed to use any libraries.
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