Neural network is commonly used for time series forecasting, however most of the time series has continued data (it means real data or float data). My question is if we have a time series with a certain set of values can we use neural network for prediction?

for example the set of values is: {1,2,3,4,5}

and time series is:

2,2,2,1,5,1,4,3,5,2,1,1,2,5,4,3,4,5,1,2,5,5,5,1,1,2,5,3,3,3,?

and we want to predict the next value.

More Ali Seyed Shirkhorshidi's questions See All
Similar questions and discussions