Complex Networks LDS1121
Star Wars Link Prediction
Summary
Link prediction on the Star Wars: Episode II character network, where characters are connected when they share scenes and edge weights encode the number of shared scenes.
Context
The notebook loads the film network, constructs the graph, and applies link-prediction analysis to a narrative co-occurrence network.
Main contributions
- Represents Episode II characters as a scene co-occurrence graph.
- Loads a 47-node, 148-edge network from the course dataset.
- Provides the executed notebook through a browser-rendered notebook view.