Skip to content

Commit

Permalink
fix: 4.7 图网络 latex
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Apr 25, 2023
1 parent 5475f34 commit 05d9972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4.人工智能/4.7图网络略述(intro&GCN).md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ $$
$$
L_{ij}^{sym}=
\begin{cases}
1 \quad\quad\quad\quad\quad\quad i=j{\color{red}{\backslash and}}deg(v_i)\ne0\\
-\frac{1}{\sqrt{deg(v_i)deg(v_j)}}i\ne j{\color{red}{\backslash and}}v_i adj v_j \\
0 \quad\quad\quad\quad\quad\quad else.
1 \quad\quad\quad\quad\quad\quad\quad\enspace\thinspace \left ( i=j\right ) \cup \left ( deg(v_i)\ne0 \right ) \\
-\frac{1}{\sqrt{deg(v_i)deg(v_j)}} \qquad \left ( i\ne j \right ) \cup \left ( v_i adj v_j \right ) \\
0 \quad\quad\quad\quad\quad\quad\quad\;\;\; else.
\end{cases}
$$

Expand Down

0 comments on commit 05d9972

Please sign in to comment.