Spaces:
Running
Running
equation
Browse files- index.html +13 -13
index.html
CHANGED
@@ -455,20 +455,20 @@
|
|
455 |
</div>
|
456 |
</div>
|
457 |
</div>
|
|
|
458 |
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
</div>
|
472 |
</div>
|
473 |
</div>
|
474 |
|
|
|
455 |
</div>
|
456 |
</div>
|
457 |
</div>
|
458 |
+
</div>
|
459 |
|
460 |
+
<div class="columns is-centered">
|
461 |
+
<div class="column">
|
462 |
+
<p class="eq-des label-loss">
|
463 |
+
where $\displaystyle k$ represents the number of generated neighbors, $\displaystyle y_t$ is the target class, and $\displaystyle \mathcal{L} is the cross entropy loss function$
|
464 |
+
</p>
|
465 |
+
<p class="eq-des representation-loss" style="display: none">
|
466 |
+
where $\displaystyle \mathcal{S}$ is the cosine similarity.
|
467 |
+
</p>
|
468 |
+
|
469 |
+
<p class="eq-des total-loss" style="display: none;">
|
470 |
+
where $\displaystyle \mathcal{L}_C$ indicates classifier's loss function, $\displaystyle y_t$ is the targeted class, and $\displaystyle \alpha$ refers to a hyperparameter.
|
471 |
+
</p>
|
|
|
472 |
</div>
|
473 |
</div>
|
474 |
|