Thank you!
For this and with your lib., one would need to generate/coordinate:
1) directed graphs with one "stream" flowing transversally within a layer (for forward and backward propag.)
2) nodes with one incoming stream and two going out
With these basic operations, it should be straightforward to do RNNs.
I have looked at concat, join, split layers, but how to use them for building the above (do you have examples)?
Kind Regards!