relation
Browse files- index.html +3 -3
index.html
CHANGED
@@ -216,9 +216,9 @@
|
|
216 |
<div class="columns is-centered">
|
217 |
<div class="column has-text-justified">
|
218 |
<p>
|
219 |
-
Latent
|
220 |
-
whose nodes are embeddings extracted by
|
221 |
-
and train a graph neural network to detect AEs.
|
222 |
</p>
|
223 |
</div>
|
224 |
</div>
|
|
|
216 |
<div class="columns is-centered">
|
217 |
<div class="column has-text-justified">
|
218 |
<p>
|
219 |
+
The previous method, Latent Neighbourhood Graph (LNG), represents the relationship between the input sample and the reference
|
220 |
+
sample as a graph, whose nodes are embeddings extracted by DNN and edges are built according to distances between the input node
|
221 |
+
and reference nodes, and train a graph neural network to detect AEs.
|
222 |
</p>
|
223 |
</div>
|
224 |
</div>
|