Discussion:
[theano-users] Multidimensional RNN
Arber Zela
2017-06-12 14:28:40 UTC
Permalink
Hello,

I am trying to implement the Multidimensional Recurrent Neural Network as
described here http://people.idsia.ch/~juergen/icann_2007.pdf in order to
decode
brain signals coming from multiple channels into speech. I am not really
experienced with Theano, so I thought to maybe ask for some help.

Best,
Arber.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-06-12 22:00:37 UTC
Permalink
Read the scan tutorial. This is what's allow to implement recurrent model
in Theano.

Fred
Post by Arber Zela
Hello,
I am trying to implement the Multidimensional Recurrent Neural Network as
described here http://people.idsia.ch/~juergen/icann_2007.pdf in order to
decode
brain signals coming from multiple channels into speech. I am not really
experienced with Theano, so I thought to maybe ask for some help.
Best,
Arber.
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...