Skip to content

Commit

Permalink
Site updated: 2023-09-14 23:02:09
Browse files Browse the repository at this point in the history
  • Loading branch information
liqi16 committed Sep 14, 2023
1 parent da11601 commit d2afbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/09/14/GNN-2-5-SDNE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h1 class="post-title">GNN2.5 SDNE(PaperReading)</h1>

Words:

<a href="">374</a>
<a href="">376</a>

</span>

Expand Down Expand Up @@ -321,7 +321,7 @@ <h3 id="Structure-Deep-Network-Embedding"><a href="#Structure-Deep-Network-Embed
</ul>
</li>
<li>Loss<ul>
<li>L1_Loss: torch.sum(adj * (embed<em>embed - 2</em>torch.mm(embed,embed.t)) + embed*embed.t)<ul>
<li>L1_Loss: torch.sum(adj * (embed*embed - 2*torch.mm(embed,embed.t)) + embed*embed.t)<ul>
<li>矩阵乘法和转置运算来计算一个矩阵的平方和(L2 Norm)</li>
</ul>
</li>
Expand Down

0 comments on commit d2afbdc

Please sign in to comment.