Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- GNNExplainer
- boj2352
- the platform
- 영화 추천
- cs224w
- npm7
- docker compose
- ML/DL
- argocd
- cloudsql
- DevOps
- ngrok
- RGCN
- auto-reload
- BigQuery
- KG embedding
- SCP 재단
- 2352
- GNN
- django
- 영화 리뷰
- auto reload
- Heterogeneous Graphs
- 로깅 서버
- SCP294
- IaaC
- Terraform
- knowledge graph
- Graph Neural Network
- Terragrunt
Archives
- Today
- Total
목록knowledge graph (1)
Itmom's blog
Heterogeneous Graphs and RGCN (Relational GCN)
1. Heterogenous Graphs란? G = (V, E, R, T) 로 정의되며, 그래프의 각 요소들은 다음과 같다. (1) node의 node type은 V에 속한다. (2) edge의 edge type은 E에 속한다. edge의 요소로는 start node, end node 그리고 edge의 relation type이 있다. 아래 그림과 같은 graph가 대표적인 heterogenous graph라고 할 수 있다. 2. Relation GCN이란? 1) 정의 GCN (Graph Convolution Network)에서 message passing을 할 때 edge의 relation의 종류에 따라 다른 weight를 주어 message passing을 하도록 하는 것을 말한다. 2) 수식 $$ ..
Machine Learning
2022. 2. 26. 14:37