Are there any examples of Time Series analysis using RNN/LSTM in Tensorflow using Keras.
There seems to be lot of changes in Tensorflow from version 0.12 and I am not able to get a good example to follow.
AttributeError: module ‘tensorflow.contrib.rnn.python.ops.core_rnn_cell’ has no attribute ‘seq2seq’
I am following the lesson 13 and reading on RNN to understand it more.