summaryrefslogtreecommitdiff
path: root/rnnlm/rnnlm.html
blob: 8e137d7d3fd2c2f6751bbb58c95dfc6082c6ac91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>