blob: 5cf60a5b4b8358321b8f131641b79c8c77fce27b (
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="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>
|