Skip to content

Commit 320918c

Browse files
Merge pull request #14 from aspratyush:update_equation
PiperOrigin-RevId: 268700235
2 parents 1ee6a1d + 69a6739 commit 320918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g3doc/framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Convolutional NNs and Recurrent NNs).
1515

1616
Note that the generalized neighbor loss equation is flexible and can have other
1717
forms besides the one illustrated above. For example, we can also select
18-
\\(\sum_{x_j \in \mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j)\\) to be the
18+
\\(\sum_{x_j \in \mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j))\\) to be the
1919
neighbor loss, which calculates the distance between the ground truth \\(y_i\\)
2020
and the prediction from the neighbor \\(g_\theta(x_j)\\). This is commonly used
2121
in adversarial learning

0 commit comments

Comments
 (0)