char-rnn.js icon indicating copy to clipboard operation
char-rnn.js copied to clipboard

basic documentation needs review. also tested the "load" method.

Open jackbackes opened this issue 9 years ago • 1 comments

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:

  1. What is in the .dat files? Is this loading a pre-existing network? Where does this come from?
  2. How do I train on a new file, such as tiny-shakespeare?
  3. How do I activate the network on a new block of text?

Thanks!

  • John

jackbackes avatar Aug 23 '16 18:08 jackbackes

@thejohnbackes Were you able to get this JS port of the char-rnn to work?

kaihuchen avatar Jan 08 '17 19:01 kaihuchen