ODSC Online Training
I had to fill out this form
Here are my responses
Have you ever wondered about how those data scientists at Facebook and LinkedIn make friend recommendations? Or how epidemiologists track down patient zero in an outbreak? If so, then this tutorial is for you. In this tutorial, we will use a variety of datasets to help you understand the fundamentals of network thinking, with a particular focus on constructing, summarizing, and visualizing complex networks.
By the end of this tutorial, you will learn how to:
Part 1: Introduction (30 min)
Part 2: Hubs and Paths (40 min)
Part 3: Cliques, Triangles & Structures (40 min)
Part 4: Bipartite Graphs (30 min)
Part 5: Linear Algebra and Graphs (40 min)
Short examples of real-world data science applications/use-cases this course could be useful for
Recommender systems: Using graph structures to recommend products or professional connections.
Epidemiological analysis: Figure out the most important spreaders of a disease.
Logistics: Identify the most efficient path to move goods and services.
If you're familiar with the Jupyter notebook/lab interface, are comfortable with Python programming (loops, functions, conditionals), and know how to make plots in matplotlib, you'll be well-prepared for the tutorial!
Network Analysis Made Simple