From 69a6739d5a36a95ec20d482c9bd8286aeeba6cf2 Mon Sep 17 00:00:00 2001 From: Pratyush Sahay Date: Thu, 12 Sep 2019 12:30:52 +1000 Subject: [PATCH] Add missing paranthesis to inline equation --- g3doc/framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/framework.md b/g3doc/framework.md index 201efab..095f11b 100644 --- a/g3doc/framework.md +++ b/g3doc/framework.md @@ -15,7 +15,7 @@ Convolutional NNs and Recurrent NNs). Note that the generalized neighbor loss equation is flexible and can have other forms besides the one illustrated above. For example, we can also select -\\(\sum_{x_j \in \mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j)\\) to be the +\\(\sum_{x_j \in \mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j))\\) to be the neighbor loss, which calculates the distance between the ground truth \\(y_i\\) and the prediction from the neighbor \\(g_\theta(x_j)\\). This is commonly used in adversarial learning