Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpytel1/mathoverflow-network-analysis

Analysis of the mathoverflow user interaction data using networks
https://github.com/rpytel1/mathoverflow-network-analysis

mathoverflow network-analysis networkx stackoverflow

Last synced: 24 days ago
JSON representation

Analysis of the mathoverflow user interaction data using networks

Awesome Lists containing this project

README

        

# tudelft-complex-networks #
Complex networks project (2019).

### New ideas? ###
- [ ] think about multilayer network?
- [ ] for certain time window we can define questions
- [ ] roboustness attack: investigate how removal of few most popular answering users would collapse the network
and num of questions would be unanswered
- [ ] activity driven network

## Final ideas ##
1. Basic analysis of undirected network (metrics, if scale-free network etc)(Almost done)(RSK)
2. Define user types and try to find patterns which define user type by comparing directed and undirected graph (RSK)
3. Thread detection(NCH)
4. Motifs analysis (implementation + look for patterns between layers and networks)(RPY)
5. Popularity prediction (VSK)

Notes:
- check for each node in undirected graph as interaction(compare directed and undirected)
- analyze motifs (algorithms from paper) and perform similar analysis as they did
- GROUND TRUTH: no of posts per year(fitting distribution to the interactions we can calculate)
- Finally analyze patterns on MathExchange and then later check if it generalize to others (super-user and ask-ubuntu)