[CS224W]01.Introduction; Machine Learning for Graphs

어경빈·2022년 10월 15일
0

CS224W

목록 보기
1/4
  • Youtube, Lecture Notes
  • ‘Graphs are a general language for describing and analyzing entities with relations/interactions’ → So, it’s useful to represent the relational data.
  • Several Graph Machine learning tasks:
    Graph Machine Learning Tasks
  • Tasks are specified depend on levels(E.g.) node level, edge level, sub-graph level, graph level
  • Term and components
    • Components of graph
      Components of graph
    • Directed vs Undirected Graph
      Directed or Undirected Graph
    • Node degree
      Node degree
    • Represent Graph
      • Adjacency matrix
        Adjacency Matrix
        → Improper for sparse matrix(or structure)
      • Adjacency(Edge) list
        Adjacency list
    • We can add various options on nodes and edges
      Node and Edge attributes
profile
나의 학습일지

0개의 댓글