Skip to content

Commit

Permalink
[TR] 13-3: propagating fix to English latex made in Atcold#576 (Atcol…
Browse files Browse the repository at this point in the history
  • Loading branch information
xcastilla authored Sep 23, 2020
1 parent d5a6987 commit 489b32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tr/week13/13-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Unlike a sequence, it does not have an order.
<b>Fig. 1</b>: Graph Convolutional Network
</center>
In Figure 1, vertex $v$ is comprised of two vectors: input $\boldsymbol{x}$ and its hidden representation $\boldsymbol{h}$.
We also have multiple vertices $v_{j}$, which is comprised of $\boldsymbol{x}_{j}$ and $\boldsymbol{h}_{j}$.
We also have multiple vertices $v_{j}$, which is comprised of $\boldsymbol{x}\_j$ and $\boldsymbol{h}\_j$.
In this graph, vertices are connected with directed edges.
We represent these directed edges with adjacency vector $\boldsymbol{a}$, where each element $\alpha_{j}$ is set to $1$ if there is a directed edge from $v_{j}$ to $v$.
$$
Expand Down Expand Up @@ -82,7 +82,7 @@ where $\vect{D} = \text{diag}(d_{i})$.
</center>

Şekil 1'de, düğüm *(vertex)* $v$ iki vektörden oluşur: girdi $\boldsymbol{x}$ ve saklı gösterimi $\boldsymbol{h}$.
Çizgemizde $v_{j}$, which is comprised of $\boldsymbol{x}_{j}$ ,\text{and} $\boldsymbol{h}_{j}$. Üstteki çizgede düğümler, yönlü ayrıtlar *(directed edges)* ile birbirlerine bağlıdır.
Çizgemizde $v_{j}$, which is comprised of $\boldsymbol{x}\_j$ and $\boldsymbol{h}\_j$. Üstteki çizgede düğümler, yönlü ayrıtlar *(directed edges)* ile birbirlerine bağlıdır.

Yönlü ayrıtlar, komşuluk vektörü $\boldsymbol{a}$ ile ifade edilir, bu vektörün elemanı $\alpha_{j}$ eğer $v_{j}$'den $v$'ye gidilebiliyorsa 1 değerini alır.

Expand Down

0 comments on commit 489b32d

Please sign in to comment.