summaryrefslogtreecommitdiff
path: root/rnnlm/rnnlm.html
diff options
context:
space:
mode:
Diffstat (limited to 'rnnlm/rnnlm.html')
-rw-r--r--rnnlm/rnnlm.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/rnnlm/rnnlm.html b/rnnlm/rnnlm.html
new file mode 100644
index 0000000..8e137d7
--- /dev/null
+++ b/rnnlm/rnnlm.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="rnnlm.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>
+