From the course: Complete Guide to Generative AI for Data Analysis and Data Science
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Finding highest betweenness scores
From the course: Complete Guide to Generative AI for Data Analysis and Data Science
Finding highest betweenness scores
- We're going to pick up from where we left off in the last video, which is we have a supply chain graph. And what I'd like to do now after we've spent a little bit of time working on the visualization, now I want to work on the analysis. I want to understand things like are there any pinch points? Are there paths or are there nodes that make us particularly vulnerable? So let's take a look. And to do that, I'm going to use chat GPT again. So I'm going to go back to chat GPT, and I'm going to ask it to create a function. I'm going to shift gears a little bit here. I've got a really good script going and I just want to modify it a little bit or just do some incremental analysis. So rather than reiterate the whole script, I'm going to ask chat GPT to create a function for me, which is just a single unit of code, which to do some analysis. So create a function to analyze a graph or directed graph to find. Now I could say something to find nodes with the highest between the score. Let's…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Introduction to graph theory5m 54s
-
(Locked)
NetworkX4m 27s
-
(Locked)
Analyzing a social network7m 15s
-
(Locked)
Supply chains and network analysis3m 20s
-
(Locked)
Generating a synthetic supply chain4m 5s
-
(Locked)
Visualizing a complex supply chain3m 37s
-
(Locked)
Finding highest betweenness scores4m 36s
-
(Locked)
Advanced topics in supply chain analysis6m 26s
-
(Locked)
Challenge: Analyzing a social network19s
-
(Locked)
Solution: Analyzing a social network2m 35s
-
-
-
-