Skip to content

Commit

Permalink
source
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Nov 22, 2016
1 parent 5bd216e commit dcaedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week11-rnn-lstm/recurrent-p5-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<h1>Recurrent Nets character generation demo</h1>

<p>This code is identical to Andrei Karpathy's <a href="http://cs.stanford.edu/people/karpathy/recurrentjs">Deep Recurrent Nets character generation demo</a>. A few things have been simplified, and replaced JQuery with <a href="http://p5js.org">p5.js</a>. I've also <a href="https://github.com/shiffman/A2Z-F16/tree/gh-pages/week11-rnn-lstm/recurrent-node-js">created a node example</a> where you can run training and generation separately outside of the browser. <a href="https://github.com/shiffman/A2Z-F16/wiki/LSTM-RNN-Notes">More notes and references</a>.</p>
<p>This code is identical to Andrei Karpathy's <a href="http://cs.stanford.edu/people/karpathy/recurrentjs">Deep Recurrent Nets character generation demo</a>. A few things have been simplified, and replaced JQuery with <a href="http://p5js.org">p5.js</a>. I've also <a href="https://github.com/shiffman/A2Z-F16/tree/gh-pages/week11-rnn-lstm/recurrent-node-js">created a node example</a> where you can run training and generation separately outside of the browser. <a href="https://github.com/shiffman/A2Z-F16/wiki/LSTM-RNN-Notes">Source, notes and references</a>.</p>

<button id="savemodel">save model</button>
<button id="loadmodel">load model</button>
Expand Down

0 comments on commit dcaedb6

Please sign in to comment.