We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136c5fd commit 7781d13Copy full SHA for 7781d13
g3doc/tutorials/framework.md
@@ -15,7 +15,7 @@ Convolutional NNs and Recurrent NNs).
15
16
Note that the generalized neighbor loss equation is flexible and can have other
17
forms besides the one illustrated above. For example, we can also select
18
-
+<img src="https://latex.codecogs.com/svg.latex?\(\sum_{x_j&space;\in&space;\mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j)\)" title="\(\sum_{x_j \in \mathcal{N}(x_i)}\mathcal{E}(y_i,g_\theta(x_j)\)"/>
19
to be the
20
neighbor loss, which calculates the distance between the ground truth
21

0 commit comments