> For the complete documentation index, see [llms.txt](https://www.mlcompendium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mlcompendium.com/classical-graph-models/social-network-analysis.md).

# Social Network Analysis

1. [**Wiki**](https://en.wikipedia.org/wiki/Social_network)
2. [**Paper: algorithmic approach to social networks**](http://www.cs.carleton.edu/faculty/dlibenno/papers/thesis/thesis.pdf)
3. [**Steve borgatti**](https://sites.google.com/site/steveborgatti/home)
4. [**Intro to SNA**](http://www.orgnet.com/sna.html)
   1. **Centrality**
   2. **Betweenness centrality**
   3. **Network centralization**
   4. **Network reach**
   5. **Network integration**
   6. **Boundary spanners**
   7. **Peripheral players**
5. [**Social Network Analysis: Can Quantity Compensate for Quality?**](https://33bits.wordpress.com/2009/02/15/social-network-analysis-can-quantity-substitute-for-quality/)
6. [**Nicholas Christakis**](http://www.wjh.harvard.edu/soc/faculty/christakis/) **of Harvard and** [**James Fowler**](http://jhfowler.ucsd.edu/) **of UC San Diego have produced a series of ground-breaking papers analyzing the spread of various traits in social networks:** [**obesity**](http://content.nejm.org/cgi/content/full/357/4/370)**,** [**smoking**](http://content.nejm.org/cgi/content/full/358/21/2249)**,** [**happiness**](http://www.bmj.com/cgi/content/full/337/dec04_2/a2338)**, and most recently, in collaboration with John Cacioppo,** [**loneliness**](http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1319108)**. The Christakis-Fowler collaboration has now become** [**well-known**](http://jhfowler.ucsd.edu/science_friendship_as_a_health_factor.pdf)**, but from a technical perspective, what was special about their work?**\
   \
   **It turns out that they found a way to distinguish between the three reasons why people who are related in a social network are similar to each other.**\
   \
   **Homophily is the tendency of people to seek others who are alike. For example, most of us restrict our dates to smokers or non-smokers, mirroring our own behavior.**\
   \
   **Confounding is the phenomenon of related individuals developing a trait because of a (shared) environmental circumstance. For example, people living right next to a McDonald’s might all gradually become obese.**\
   \
   **Induction is the process of one individual passing a trait or behavior on to their friends, whether by active encouragement or by setting an example**
7. [**Networkx**](https://networkx.org/documentation//networkx-1.10/reference/algorithms.html) **- Centrality is just a fraction of the algorithms contained in networkx.**![](https://lh3.googleusercontent.com/Z2U_f5O_A407pAxkfZzNLMDjm0LZbFa4bDs2qddvSE2HQ-UbaXHAMRAylOhM7AgblncrxGKHzFvT31O96jKfJ2QgxHK7ntItXsbOxEdlt8eL1HlLUKvvo1tG6kT-txQuxMyAYEif)
8. [**Social Network analysis from theory to applications**](https://towardsdatascience.com/social-network-analysis-from-theory-to-applications-with-python-d12e9a34c2c7) **-** [**dima goldenberg**](https://www.linkedin.com/in/dimgold/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.mlcompendium.com/classical-graph-models/social-network-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
