Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 972 Bytes

File metadata and controls

5 lines (4 loc) · 972 Bytes

This repository contains solutions to the course Applied Social Network Analysis in Python by University of Michigan. This course will introduce the learner to network analysis through tutorials using the NetworkX library. The course begins with an understanding of what network analysis is and motivations for why we might model phenomena as networks. The second week introduces the concept of connectivity and network robustness. The third week will explore ways of measuring the importance or centrality of a node in a network. The final week will explore the evolution of networks over time and cover models of network generation and the link prediction problem.

This course should be taken after: Introduction to Data Science in Python, Applied Plotting, Charting & Data Representation in Python, and Applied Machine Learning in Python.