GCN圖卷積網絡簡單實現

Graph Convolutional Network 從信息傳遞的角度來分析GCN 在GCN中每個node都有自己的representation h i h_i hi​ 根據信息傳遞的範式,每個node會收到它的鄰接node發送的message(representation) 每個node將收到鄰居的message進行聚合得到 h i ^ \hat{h_i} hi​^​ 聚合後的represen
相關文章
相關標籤/搜索