Machine learningGraph representation
知識グラフ埋め込み
知識グラフ埋め込み(KGE)は、知識グラフ内のエンティティと関係を、連続空間内の密な低次元ベクトルとして表現する手法群です。基盤となるモデルであるTransEは、Bordes、Usunier、García-Durán、Weston、およびYakhnenkoによって2013年に導入されました。TransEは、各関係を埋め込み空間における変換として扱います。すなわち、任意の真のトリプル (h, r, t) について、ヘッドエンティティベクトルと関係ベクトルを足し合わせたものが、テールエンティティベクトルに近似するべきであるとします。この単純な幾何学的原理により、効果的なリンク予測と大規模な知識ベース補完が可能になりました。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Bordes, A., Usunier, N., García-Durán, A., Weston, J., & Yakhnenko, O. (2013). Translating embeddings for modeling multi-relational data. Advances in Neural Information Processing Systems, 26. link ↗
このページの引用方法
ScholarGate. (2026, June 2). Knowledge Graph Embeddings (TransE and beyond). ScholarGate. https://scholargate.app/ja/network-analysis/knowledge-graph-embeddings
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- グラフニューラルネットワークネットワーク分析↔ compare
- PageRank中心性ネットワーク分析↔ compare
- Word2Vecテキストマイニング↔ compare