Skip to content

Instantly share code, notes, and snippets.

@sempostma
Last active May 28, 2018 16:59
Show Gist options
  • Save sempostma/26afb76d0bee8ec00dff89946901ed0e to your computer and use it in GitHub Desktop.
Save sempostma/26afb76d0bee8ec00dff89946901ed0e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Neural network</title>
</head>
<body>
<h3 id="msg">Training Neural Network...</h3>
<script src="https://cdn.jsdelivr.net/npm/jimp@0.2.27/browser/lib/jimp.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.1.4/synaptic.min.js"></script>
<script src="text-writer-ml.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment