
Learn how directional graphs model asymmetric relations in social networks, when edge direction matters, and how multiple interactions imply connectivity, sometimes converted to undirected for analysis.
Explore preprocessing of airline data for graph analysis: download, clean, and select key columns, handle missing values, drop duplicates, and prepare a scalable dataset for social network analysis in Python.
Explore transitivity, closeness, eigenvector, betweenness, communities, and directional aspects in social networks using Python, analyzing density and distances to reveal key structures.
Learn to clean and prepare email data for a unidirectional graph by grouping records, creating a new column, and filtering for clear social network analysis and graph analysis.
Explore word embedding fundamentals, with high-dimensional word vectors (around 300 dimensions), capturing global semantics and word similarity for document classification and clustering in Python.
As practitioner of SNA, I am trying to bring many relevant topics under one umbrella in following topics so that it can be uses in advance machine learning areas.
1. The content (80% hands on and 20% theory) will prepare you to work independently on SNA projects
2. Learn - Basic, Intermediate and Advance concepts
3. Graph’s foundations (20 techniques)
4. Graph’s use cases (6 use cases)
5. Link Analysis (how Google search the best link/page for you)
6. Page Ranks
7. Hyperlink-Induced Topic Search (HITS; also known as hubs and authorities)
8. Node embedding
9. Recommendations using SNA (theory)
10. Management and monitoring of complex networks (theory)
11. How to use SNA for Data Analytics (theory)