char-rnn.js
char-rnn.js copied to clipboard
basic documentation needs review. also tested the "load" method.
Hi Gary! I love what you're trying to do here and thought I would try to start addressing issue #1. Would you take a look at the updated README.md? It is automatically generated from:
npm run buildDocs
another new command is npm test, which right now only tests load().
Some questions:
- What is in the .dat files? Is this loading a pre-existing network? Where does this come from?
- How do I train on a new file, such as tiny-shakespeare?
- How do I activate the network on a new block of text?
Thanks!
- John
@thejohnbackes Were you able to get this JS port of the char-rnn to work?