Skip to content

Commit af9d396

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4115457 + cec10c2 commit af9d396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The dataset is available on [Zenodo](https://zenodo.org/records/4650046).
3434
We focused on the large-scale structure of the YouNiverse dataset, employing the following methods:
3535
- **Louvain Community Detection** (for identifying organic clusters)
3636
- **Pointwise Mutual Information (PMI)** (for edge weighting)
37-
- **PageRank & Betweenness Centrality** (for identifying Hubs and Bridges)
37+
- **OLS Regression** (for analyzing the link between subscribers and connectivity score)
3838
- **Interactive Visualization** (Chord Diagrams, Sankey Diagrams)
3939

4040
### 1. Preprocessing & User Profiling (The Signal)
@@ -65,7 +65,7 @@ We aggregated billions of interactions into a graph where nodes $i$ and $j$ repr
6565

6666
* **Topology Analysis:**
6767
* We applied the **Louvain Algorithm** to maximize the modularity $Q$, partitioning the network into communities $C_1, ..., C_k$ where internal density is maximized.
68-
* We calculated **Degree** to identify Hubs and **Betweenness Centrality** ($C_B$) to identify Bridges.
68+
* We calculated **Degree** to identify Hubs.
6969

7070
### 3. The Recommendation Engine (The Tool)
7171
Finally, we operationalized the network structure.

0 commit comments

Comments
 (0)