数学:Mathematics

python

GAT (Graph Attention Network)の概要とアルゴリズム及び実装例について

  GAT (Graph Attention Network)の概要 "深層学習におけるattentionについて"でも述べている深層学習におけるattention(注意機構)は、 画像や自然言語の特定の部分に注意を...
python

Block Term Decomposition(BTD)の概要とアルゴリズム及び実装例について

Block Term Decomposition(BTD)の概要 Block Term Decomposition (BTD) は、テンソルデータ解析のための手法の1つとなる。テンソルデータは、2次元の行列に類似した多次...
python

Variational Graph Auto-Encoders(VGAE)の概要とアルゴリズム及び実装例について

Variational Graph Auto-Encoders(VGAE)の概要 "オートエンコーダー"で述べているようなオートエンコーダは、 入力されたデータを潜在空間における低次元ベクトルとして表現するものだ...
python

Alternating Least Squares for Non-Negative Matrix Factorization (ALS-NMF)の概要とアルゴリズム及び実装例について

Alternating Least Squares for Non-Negative Matrix Factorization (ALS-NMF)の概要 Alternating Least Squares for Non...
アルゴリズム:Algorithms

“Graph Neural Networks: Foundations, Frontiers, and Applications”の概要

Introduction Springerから2022年に出版された"Graph Neural Networks: Foundations, Frontiers, and Applications"の概要について...
python

Structural Deep Network Embedding(SDNE)の概要とアルゴリズム及び実装例

  Structural Deep Network Embedding(SDNE)の概要 Structural Deep Network Embedding(SDNE)は、オートエンコーダをグラフに拡張したグラフ...
python

GraREPの概要とアルゴリズム及び実装例

GraREPの概要 GraREP(Graph Random Neural Networks for Representation Learning)は、グラフ表現学習のための新しい深層学習モデルとなる。グラフ表現...
アルゴリズム:Algorithms

LINE(Large-scale Information Network Embedding)の概要とアルゴリズム及び実装例について

  LINE(Large-scale Information Network Embedding)について LINE(Large-scale Information Network Embedding)は、グラフ...
アルゴリズム:Algorithms

DeepWalkの概要とアルゴリズム及び実装例について

  DeepWalkについて DeepWalkは、Perozziらにより"DeepWalk: Online Learning of Social Representations"で報告されたグラフデータ解析のため...
アルゴリズム:Algorithms

GraphSAGEの概要とアルゴリズム及び実装例について

  GraphSAGEについて GraphSAGE(Graph Sample and Aggregated Embeddings)は、グラフデータからノードの埋め込み(ベクトル表現)を学習するためのグラフ埋め込み...
タイトルとURLをコピーしました