HITS Algorithm and HUBS and AUTHORITIES Explained

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии •

  • @thepriestofvaranasi
    @thepriestofvaranasi 2 года назад +4

    Wow, this is the clearest explanation of the HITS algorithm that I've found on the internet. Thanks.

  • @casinarro
    @casinarro Год назад +3

    so after the algorithm starts, it does not distinguish between authority nodes and hub nodes while adding up the scores. It is only after the k iterations are over, we again classify the nodes, and identify the more relevant authority and hub nodes as the ones with the largest scores.

  • @understandayurveda6668
    @understandayurveda6668 7 месяцев назад +1

    You explained it very very well because i completely undeerstood this

  • @jesssanma213
    @jesssanma213 3 года назад +4

    Such a great video, thank you for explaining this algorithm!

  • @malabikasen2401
    @malabikasen2401 3 года назад +1

    Thanks for the video with the go through example. Helped me understand the problem very well

  • @ericwei1637
    @ericwei1637 4 года назад +3

    Thank you for the video, it makes a lotta sense for me now

  • @joemogu
    @joemogu Год назад

    Very clear explanation , thanks

  • @tbratt
    @tbratt Год назад

    Could the authority score of page C be wrong? I get 0.37

  • @mimosapoon6038
    @mimosapoon6038 5 лет назад +1

    Clear explanation. Thanks

  • @alexrivera1274
    @alexrivera1274 4 года назад +1

    Is there another way to normalize the initial authority and hub scores of 1 instead of dividing by the total amount of nodes? I have seen ap/c where c= sqrrt(sum(a^2) but do not know how to implement it

  • @anuverma1486
    @anuverma1486 2 месяца назад

    for second iteration , old authority of A should be 3/15 :)

  • @andremeiner1365
    @andremeiner1365 2 года назад

    great video! seriously

  • @nidarehman5301
    @nidarehman5301 2 года назад

    what does the meaning of converging in hit algorith?

    • @thepriestofvaranasi
      @thepriestofvaranasi 2 года назад

      It means that the hub and authority scores will stop changing in consecutive iterations.

  • @philh7204
    @philh7204 5 лет назад +8

    I think you're supposed to calculate the Hub score based on the current iteration's Authority score, not the previous iteration's.

    • @yoyoyoesmeriz
      @yoyoyoesmeriz 5 лет назад

      shall i assume this correction?

    • @adamlamay2074
      @adamlamay2074 5 лет назад

      agreed, it should be based on the new auth score

  • @leehyunjae190
    @leehyunjae190 3 года назад

    Thank you!

  • @dannydan8964
    @dannydan8964 4 года назад

    Does Google Algo use the HITS Algorithm? I think they do

    • @stephanieeristoff1263
      @stephanieeristoff1263 4 года назад

      No. Check the PageRank Algorithm. HITS was an important predecessor though.