LSTM inputs for Tensorflow
问题 I'm trying to create an LSTM network in Tensorflow and I'm lost in terminology/basics. I have n time series examples so X = x n , where x i =[[x 1 1 x 1 2 ,x 1 3 ],...,[x m 1 x m 2 ,x m 3 ]] and where x i i is a float. First of all I want to train a model that given the start of a sequence ([x 1 1 x 1 2 ,x 1 3 ]) I can predict the rest of the sequence. Then later I hope to include a classifier to predict which binary class each x i belongs to. So my problem is what do I feed in to the start