- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 258字
- 2021-07-15 17:24:50
Introducing social graph
A social graph is created through this widespread interaction and exchange of information on social media. A social graph is a massive network that illustrates the relations between individuals and information on the internet. Facebook owns the largest social graph of relations of 1.5 billion users. Every social media has its own social graph. The nature of social graph and its utility can be of various types, based on the types of relations described as follows. We will show a concrete example of a piece of the social graph and how to analyze it.
- User graph: This is a network that shows the relationships between users or individuals connected to each other.
- Content graph: As there are billions of content being uploaded on social media, there is a relationship existing between different types of content (text, images, videos, or multimedia). These relations could be based on semantic sense around those content, or in-bond or out-bond links between them, like that of the Google's page rank.
- Interest graph: The interest graph takes the original graphs a step further, where individuals on the social media or the internet are not related based on their mere links, like being added as a friend or followed on Twitter, but on their mutual interests. This has a huge advantage over standard social graph, in the sense that it leads to finding communities of people with similar interests. Even if these people have no interaction or know each other personally, there is an inherent link based on their interests and passions.
推薦閱讀
- Java EE 6 企業級應用開發教程
- Mastering Objectoriented Python
- Django開發從入門到實踐
- MATLAB應用與實驗教程
- Production Ready OpenStack:Recipes for Successful Environments
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Django:Web Development with Python
- MySQL入門很輕松(微課超值版)
- 代替VBA!用Python輕松實現Excel編程
- Node.js 12實戰
- Mastering Docker
- Android Studio Cookbook
- 一步一步跟我學Scratch3.0案例
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- JavaScript Concurrency