Stanford CS224W: Machine Learning with Graphs | 2021 | Lecture 13.3 - Louvain Algorithm

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

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

  • @majodigu3272
    @majodigu3272 3 месяца назад +4

    Thank you for reading the presentation

  • @maksimkazanskii4550
    @maksimkazanskii4550 Год назад +2

    It is not clear why the complexity of the algorithm is O(n log n). It could be that during first phase we need to go through all the nodes multiple times until the convergence happens. And this amount could depend on "n". However, if we modify the algorithm so that it has no more than "k" runs for phase 1, the complexity is indeed o(nlog(n))

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

    When you switch slide at around 9:15, there should be a factor 2 in front ok k_(i,in). Because its edges will now be counted twice : once for i, once for the its neighbours in C.

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

      Actually everything seems fine for me here. By definition: k_{i,in} is a double sum of weights between (u,v) where u != v. Because k_{i, in} = \sum_{j \in C}_A_{ij} + \sum_{j \in C} A_{ji} (there was a typo in last term in slides)

  • @iheartalgebra
    @iheartalgebra Год назад +1

    On the slide at 12:25 it shows Delta M_0,4 = 0.26. Since nodes 0 and 4 are not connected, I don't think we would compute this change in modularity, correct? We would only compute it for neighbors of node 0?

    • @animeshsinha
      @animeshsinha 10 месяцев назад +1

      Same doubt. Did you get the answer if yes do share

  • @zenbauhaus1345
    @zenbauhaus1345 Год назад +2

    I'm Louvain it!❤

  • @PedroRibeiro-zs5go
    @PedroRibeiro-zs5go 2 года назад +1

    Thanks, this was excellent!

  • @007wa8
    @007wa8 2 года назад

    Is there a keynote shared, Thanks

  • @asfah301
    @asfah301 2 года назад +1

    What exactly modularity is?

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

      Newman, M. E., & Girvan, M. (2004). Finding and evaluating community structure in networks. Physical review E, 69(2), 026113.

    • @chrischang1980
      @chrischang1980 2 года назад +2

      Intuitively, I feel like it some how like the standard deviation in statistics. It's a kind of measure how far you leave from the expectation.

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

      @@chrischang1980 Nice observation

    • @doyleBellamy03
      @doyleBellamy03 11 месяцев назад

      Jure explains it in the lecture 13.2 You can check that one.

    • @likhithgunjal
      @likhithgunjal 3 месяца назад +1

      it is representing the likeliness that a link actually exists between nodes due to a similarity rather than by pure chance. intuitively, looking at the modularity equation, it subtracts the probability of connection between nodes from 1 . This number gives us an idea of how much more likely it is for the edge to exist rather than by pure chance.

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

    Excellent video, but why is he green?