Last active
May 28, 2018 16:59
-
-
Save sempostma/26afb76d0bee8ec00dff89946901ed0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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/[email protected]/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