Joint query for experts in certain fields on Stackoverflow.
- Using Louvain to cluster the raw graph
- Correlate cluster to tags
- Recommendation based on both global and local information
- Global: Using weighted page rank
- Local:
- Using biased random walk to extract neighbourhood.
- Combine Indegree and BFS to retrieve local recommendations
Local recommendationss:
Node index 1000, cluster index 5, 99 and 10.
1. improve BFS time
2. change PPR to random walk
3. vote to determine tags of clusters
4. test and experiments
5. report
6. reduce randomness of random walk