equation
Browse files- index.html +7 -1
index.html
CHANGED
@@ -27,6 +27,10 @@
|
|
27 |
<script src="./static/js/bulma-slider.min.js"></script>
|
28 |
<script src="./static/js/index.js"></script>
|
29 |
|
|
|
|
|
|
|
|
|
30 |
<script>
|
31 |
$('#adaptive-loss-formula-list').on('click', 'a', function(e) {
|
32 |
e.preventDefault();
|
@@ -443,7 +447,9 @@
|
|
443 |
\end{aligned}
|
444 |
$$
|
445 |
</span>
|
446 |
-
<span id="total-loss" class="formula" style="display: none;"
|
|
|
|
|
447 |
</div>
|
448 |
</div>
|
449 |
</div>
|
|
|
27 |
<script src="./static/js/bulma-slider.min.js"></script>
|
28 |
<script src="./static/js/index.js"></script>
|
29 |
|
30 |
+
<!-- for mathjax support -->
|
31 |
+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
32 |
+
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
33 |
+
|
34 |
<script>
|
35 |
$('#adaptive-loss-formula-list').on('click', 'a', function(e) {
|
36 |
e.preventDefault();
|
|
|
447 |
\end{aligned}
|
448 |
$$
|
449 |
</span>
|
450 |
+
<span id="total-loss" class="formula" style="display: none;">
|
451 |
+
$$\displaystyle g_\theta(x)=\sum_{i=1}^P \frac{f_\theta(x\oplus \mu u_i)-f_\theta(x)}{\mu} u_i $$
|
452 |
+
</span>
|
453 |
</div>
|
454 |
</div>
|
455 |
</div>
|