Skip to content

Commit bc56cd2

Browse files
committed
...
1 parent 9701471 commit bc56cd2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

_includes/mathjax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<script id="MathJax-script" async
22
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
3-
</script>
3+
</script>

_layouts/default.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{% include mathjax.html %}
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>{{ page.title }}</title>
7+
</head>
8+
<body>
9+
{{ content }}
10+
</body>
11+
</html>

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
layout: default
3+
title: LSTM Autoencoder for Anomaly Detection on Damped Oscillator Dataset - MSE loss vs Physics-Informed loss
4+
---
5+
{% include mathjax.html %}
6+
7+
18
# LSTM Autoencoder for Anomaly Detection on Damped Oscillator Dataset - MSE loss vs Physics-Informed loss
29

310
## Abstract

0 commit comments

Comments
 (0)