lmjohns3 / theanets

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

Any plans for supporting multi dimensional RNN? #105

Closed ypxie closed 8 years ago

ypxie commented 8 years ago

http://people.idsia.ch/~juergen/icann_2007.pdf

lmjohns3 commented 8 years ago

No plans to implement this. You can always manually configure your input and output data so that they are serialized into a 1D sequence, which theanets will handle using the standard recurrent configuration without changes.

If you get around to implementing a layer and corresponding model for this, I'd be happy to take a PR.