allenhzy commited on
Commit
90a7f82
1 Parent(s): c572dd8
Files changed (1) hide show
  1. 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 Neighborhood Graph (LNG) represents the relationship between the input sample and the reference sample as a graph,
220
- whose nodes are embeddings extracted by DDN and edges are built according to distances between the input node and reference nodes,
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>