summaryrefslogtreecommitdiff
path: root/nmt/nmt.html
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-08-04 16:18:12 +0200
committerPatrick Simianer <p@simianer.de>2017-08-04 16:18:12 +0200
commit7ef9733c608889b99335cb9e7db86262a6e7e528 (patch)
treef3be0dd62b176756bbb8809504685ac07043bc4e /nmt/nmt.html
parent266b88a783d5af777fb54543851e5f50b89b3170 (diff)
nmt wipHEADmaster
Diffstat (limited to 'nmt/nmt.html')
-rw-r--r--nmt/nmt.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/nmt/nmt.html b/nmt/nmt.html
new file mode 100644
index 0000000..5cf60a5
--- /dev/null
+++ b/nmt/nmt.html
@@ -0,0 +1,23 @@
+<html>
+ <head>
+ <meta charset="utf-8">
+ <script type="text/javascript" src="../external/jquery-1.8.3.min.js"></script>
+ <script type="text/javascript" src="../src/recurrent.js"></script>
+ <script type="text/javascript" src="nmt.js"> </script>
+ </head>
+ <body>
+
+<p>Training costs</p>
+<ol id="costs">
+</ol>
+
+<p>Samples</p>
+<ul id="samples">
+</ul>
+
+<p>Predict (context: "welcome to my")</p>
+<p id="predict"></p>
+
+ </body>
+</html>
+