Closed mdenil closed 9 years ago
Nice, a multi-layer RNN is a good example. I'm hoping to get a chance over the weekend to add in some better docs, btw.
A non-trivial LSTM example would be cool. We could borrow Kaparthy's tinyshakespear data and do a language model demo.
Yeah, I just saw his blog post, lots of neat demos there. That or any of the other data would be a good example.
On Thu, May 21, 2015 at 9:55 PM, Misha Denil notifications@github.com wrote:
A non-trivial LSTM example would be cool. We could borrow Kaparthy's tinyshakespear data and do a language model demo.
— Reply to this email directly or view it on GitHub https://github.com/bshillingford/autobw.torch/pull/6#issuecomment-104417741 .
The indexing error in data generation was bugging me.
I also extended the RNN example to show how to do more than one layer.