Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TR] 13-3: propagating fix to English latex #617

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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