lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

Recurrent models should accept nonzero initial state #81

Open lmjohns3 opened 9 years ago

lmjohns3 commented 9 years ago

To sample sequentially from a recurrent model, it would be useful to add some API for accepting an initial hidden state and running the model forward one time step.

x75 commented 8 years ago

:+1: , really looking forward