From dcaedb6547755cc1067aac5288ceaaef59a65bea Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Mon, 21 Nov 2016 21:57:18 -0500 Subject: [PATCH] source --- week11-rnn-lstm/recurrent-p5-js/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week11-rnn-lstm/recurrent-p5-js/index.html b/week11-rnn-lstm/recurrent-p5-js/index.html index 0c1be2c..b088c14 100644 --- a/week11-rnn-lstm/recurrent-p5-js/index.html +++ b/week11-rnn-lstm/recurrent-p5-js/index.html @@ -12,7 +12,7 @@

Recurrent Nets character generation demo

-

This code is identical to Andrei Karpathy's Deep Recurrent Nets character generation demo. A few things have been simplified, and replaced JQuery with p5.js. I've also created a node example where you can run training and generation separately outside of the browser. More notes and references.

+

This code is identical to Andrei Karpathy's Deep Recurrent Nets character generation demo. A few things have been simplified, and replaced JQuery with p5.js. I've also created a node example where you can run training and generation separately outside of the browser. Source, notes and references.