I'm trying to do some simple time series prediction in Deeplearning4j, using an LSTM, but I'm having a hard time getting it working. I have a simple textfile with a list of numbers like below and would like the network to learn to predict the next number. Is there any example code for this? The Java examples I find all seem to be about image processing and classification.
112
118
132
129
121
135
148
...