Chapter1. Machine Learning with Graphs
12기 배유나
Why Networks?

Two Types of Networks/Graphs
Many Types of Data are Networks

이 시스템은 어떻게 구성되는가?
이 시스템을 구성하는 요소는 무엇인가?

Graphs : Machine Learning
Why should I care about networks ?

Networks and Applications
social circle Detection

Embedding Nodes


Structure of Grphs
structure of Networks
Components of a Network

Networks or Graphs?
Networks : Common Language

Choosing Proper Representations
How do you define a network
Choice of Network Representation


Complete Graph

Bipartite Graph


Representing Graphs : 인접행렬


Representing Graphs : Edge List

Representing Graphs : Adjacency list 인접리스트

Networks are Sparse Graphs

Edge Attributes

More Types of Graphs


Connectivity of Undirected Graphs


Connectivity of Directed Graphs

Strongly connected components (SCCs)

Last updated