Lucas Durand, TD Securities
Understanding People with Network Graphs in Python
Agenda
Intro/About Your Topic
Who is this?
Intro/About Your Topic
Problem Statement: Where are my people?
You are a new employee at very big company. It's your first day and you have all the tools you need for success:
Social Tool Gives Us:
But It's Not Enough!
What's "The Org Chart"+?
4
Intro/About Your Topic
What are Network Graphs?
A graph is a mathematical structure composed of a set of objects, in which pairs of these objects are in some way related
Graph
The objects in the graph are known as vertices, points, or nodes. Nodes contain attributes
Node
Nodes in the graph are connected by edges, which can be directed or undirected and can have a weight
Edge
Creating the Graph
Nodes, Edges, Visualize!
6
Clustering Attributed Graphs
Attribute-Nodes, Attribute-Edges, a Distance Metric
7
A Peer Finder App
Expose our tool to the masses
8
Appendix
Graphs are messy
Appendix
More Graphs